All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.v1.2.0.cybox.objects.Network_Flow_Object.xsd Maven / Gradle / Ivy

The newest version!


	
		This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
		
			Network_Flow_Object
			2.1
			01/22/2014			
			The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. 
			Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.
		
	
	
	
	
	
	
		
			The Network_Flow_Object object provides a summary of network traffic, expressed as flows of multiple packets instead of individual packets, without the packet payload data (i.e. the actual data that was uploaded/downloaded to and from the Dest IP to Source IP as included in packet monitoring tools, such as Wireshark).
		
	
	
		
			Defines the fields necessary to summarize network traffic, expressed as flows of multiple packets. Does not include the packet payload data (i.e. the actual data that was uploaded/downloaded to and from the Dest IP to Source IP as included in packet monitoring tools, such as Wireshark).
		
		
			
				
					
						
							Represents elements common to all flow records formats - either expressed as a 5-tuple or an extended 7-tuple (actually an 8-tuple because for organizational reasons, we include the egress interface index). Because these fields are defined here, they are excluded from the fields associated directly with each different flow record format type.
						
					
					
						
							
								Represents flow-record formats that capture data in one direction only (e.g., Netflow v9).
							
						
						
							
								Represents flow-record formats that capture data in both directions (e.g., YAF).
							
						
					
				
			
		
	
	
		
			Network layer information (relative to the OSI network model) which is typically captured in all types of network flow records.
		
		
			
				
					Represents the source IP socket address, consisting of an IP address and port number, for the network flow expressed. Note that not all flow protocols support IPv6 addresses.
				
			
			
				
					Represents the destination IP socket address, consisting of an IP address and port number, for the network flow expressed. Note that not all flow protocols support IPv6 addresses.
				
			
			
				
					The IP Protocol of the network flow. This is usually TCP, UDP, or SCTP, but can include others as represented in NetFlow as an integer from 0 to 255. Please refer to http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml for reference.
				
			
		
	
	
		
			The NetworkFlowLabelType contains elements that are common to all flow record formats. It builds off of network layer information (a 5-tuple that commonly defines a flow) and includes ingress and egress interface indexes and IP protocol information (not present if all flow record formats). Egress information is usually not thought of as part of the extended 7-tuple, but we include it for organizational purposes. Because these fields are defined here, they are excluded from the fields associated directly with each different flow record format type.
		
		
			
				
					
						
							Represents the index (in SNMP, by default) of the network interface card where the flows entered the router.
						
					
					
						
							Represents the index (in SNMP, by default) of the network interface card where the flows leave the router.
						
					
					
						
							Type of service field from the IP header. Specifies the IP Type of Service (ToS). See RFC 1349 for more information.
						
					
				
			
		
	
	
		
			Netflow record formats that capture traffic in one direction.
		
		
			
				
					Represents an Internet Protocol Flow Information eXport (IPFIX) protocol. IPFIX is based on NetFlow v9. Has several extensions such as Enterprise-defined fields types and variable length fields. See RFC 5101 for more information.
				
			
			
				
					Represents the Netflow V9 flow record format. See RFC 3954 (Netflow v9) for more information.
				
			
			
				
					Represents the NetFlow v5 flow record format, which is commonly used to represent network flow data.
				
			
			
				
					Represents a network flow record in the System for Internet-Level Knowledge (SiLK) format, developed by CERT at Carnegie Mellon University (CMU)'s Software Engineering Institute (SEI) as part of the NetSA security suite. See http://tools.netsa.cert.org/silk/analysis-handbook.pdf for more information.
				
			
		
	
	
		
			Network record formats that capture traffic in both directions. Later, we plan to add Argus as a network flow format type. Argus supports bidirectional flows, and as such, is usually used as an alternative to NetFlow v5 analysis via SiLK (http://www.qosient.com/argus/).
		
		
			
				
					Represents flow records generated via YAF (Yet Another Flowmeter), a bidirectional network flow meter. See http://www.usenix.org/event/lisa10/tech/full_papers/Inacio.pdf or http://tools.netsa.cert.org/yaf/index.html for more information.
				
			
		
	
	
		
			The IPFIX protocol provides IP flow information. http://tools.ietf.org/html/rfc5101.
		
		
			
				
					The Message Header is the first part of an IPFIX Message, which provides basic information about the message, such as the IPFIX version, length of the message, message sequence number, etc. http://tools.ietf.org/html/rfc5101.
				
			
			
				
					
						Set is a generic term for a collection of records that have a similar structure. In an IPFIX Message, one or more Sets follow the Message Header. http://tools.ietf.org/html/rfc5101.
					
				
			
		
	
	
		
			This type represents the message header for the IPFIX format. For more information about each of the fields, please refer to RFC 5101 (http://tools.ietf.org/html/rfc5101) under the heading, "Message Header Field Descriptions." Note that common elements are included in the Network_Flow_Label.
		
		
			
				
					Indicates the version number of Flow Record format exported in this message. The value of this field is 0x000a for the current version, incrementing by one the version used in the NetFlow services export version 9 [see RFC3954].
				
			
			
				
					Indicates the total byte length of the IPFIX Message, measured in octets, including Message Header and Set(s).
				
			
			
				
					Indicates the time, in seconds, since 0000 UTC Jan 1, 1970, at which the IPFIX message header leaves the Exporter.
				
			
			
				
					Indicates the incremental sequence counter modulo 2^32 of all IPFIX Data Records sent on this PR-SCTP stream from the current Observation Domain by the Exporting Process. This value SHOULD be used by the Collecting Process to identify whether any IPFIX Data Records have been missed. Template and Options Template Records do not increase the Sequence Number.
				
			
			
				
					Indicates a 32-bit identifier of the Observation Domain that is locally unique to the Exporting Process. See RFC 5101 under Observation Domain ID for more information.
				
			
		
	
	
		
			Represents the possible sets of records that can be represented in an IPFIX message. See RFC 5101 and look for the terms "Template Set", "Options Template Set", and "Data Set", for more information.
		
		
			
				
					Indicates a collection of one or more Template Records that have been grouped together in an IPFIX message.
				
			
			
				
					Indicates a collection of one or more Options Template Records that have been grouped together in an IPFIX message.
				
			
			
				
					Indicates one or more Data Records, of the same type, that have been grouped together in an IPFIX message. Each Data Record is previously defined by a Template Record or an Options Template Record.
				
			
		
	
	
		
			Specifies the regions of a Template Set, of which there are three: the Set Header, the collection of Template Records, and the optional padding at the end of the Template Set. See RFC 5101 under Set Format, which is section 3.3.1, for more information.
		
		
			
				
					Indicates the Set Header region, which is 32-bit region containing the 16-bit fields Set ID and Length.
				
			
			
				
					Indicates the region of Template Records. These are the same fields referenced in the IPFIXTemplateRecordType.
				
			
			
				
					Indicates the optional Padding at the end of a Template Set. As mentioned in RFC 5101, the Exporting Process MAY insert some padding octets, so that the subsequent Set starts at an aligned boundary. For security reasons, the padding octet(s) MUST be composed of zero (0) valued octets, and the padding length MUST be shorter than any allowable record in this Set. For more information see RFC 5101 under Padding.
				
			
		
	
	
		
			Specifies the regions of an Options Template Set, of which there are three: the Set Header, the collection of Options Template Records, and the optional padding at the end of the Options Template Set. See RFC 5101 under Set Format, which is section 3.3.1, for more information.
		
		
			
				
					Indicates the Set Header region, which is 32-bit region containing the 16-bit fields Set ID and Length, in that order. These are the same fields referenced in the IPFIXSetHeaderType.
				
			
			
				
					Indicates the region of Options Template Records. These are the same fields referenced in the IPFIXOptionsTemplateRecordType.
				
			
			
				
					Indicates the optional Padding at the end of an Options Template Set. As mentioned in RFC 5101, the Exporting Process MAY insert some padding octets, so that the subsequent Set starts at an aligned boundary. For security reasons, the padding octet(s) MUST be composed of zero (0) valued octets, and the padding length MUST be shorter than any allowable record in this Set. For more information see RFC 5101 under Padding.
				
			
		
	
	
		
			Specifies the regions of a Data Set, of which there are three: the Set Header, the collection of Data Records, and the optional padding at the end of the Data Set. See RFC 5101 under Set Format, which is section 3.3.1, for more information.
		
		
			
				
					Indicates the Set Header region, which is 32-bit region containing the 16-bit fields Set ID and Length, appended in that order. These are the same fields referenced in the IPFIXSetHeaderType.
				
			
			
				
					Indicates the region of Data Records, which consist of a series of field values without a header, according to RFC 5101, section 3.4.3.
				
			
			
				
					Indicates the optional Padding at the end of a Data Set. As mentioned in RFC 5101, the Exporting Process MAY insert some padding octets, so that the subsequent Set starts at an aligned boundary. For security reasons, the padding octet(s) MUST be composed of zero (0) valued octets, and the padding length MUST be shorter than any allowable record in this Set. For more information see RFC 5101 under Padding.
				
			
		
	
	
		
			Defines the elements of the IPFIX set header.
		
		
			
				
					Indicates a 16-bit value that identifies the set. The values of 0 and 1 are not used for historical reasons according to RFC 3954. Otherwise, a value of 2 is reserved for the Template Set and 3 is reserved for the Option Template Set. All other values from 4 to 255 are reserved for future use.
				
			
			
				
					Total length of the set, in octets, including the set header, all records, and the optional padding. Because an individual Set MAY contain multiple records, the Length value MUST be used to determine the position of the next Set. http://tools.ietf.org/html/rfc5101.
				
			
		
	
	
		
			Specifies the regions of a Template Record, of which there are two: the Template Record Header, and the Field Specifiers. See RFC 5101 under Template Record Format, section 3.4.1, for more information.
		
		
			
				
					Indicates the Template Record Header region, which is a 32-bit region containing the 16-bit fields Template ID (> 255) and Field Count, appended in that order. These are the same fields referenced in the IPFIXTemplateRecordHeaderType.
				
			
			
				
					Indicates the region of Field Specifiers. These are the same fields referenced in the IPFIXTemplateRecordFieldSpecifiersType.
				
			
		
	
	
		
			Specifies the fields in a Template Record Header, Template_ID and Field_Count, as explained in RFC 5101, section 3.4.1.
		
		
			
				
					Specifies a unique Template ID which is numbered 256-65535 since IDs 0-255 are reserved for Template Sets, Options Template Sets, and other reserved Sets yet to be created.
				
			
			
				
					Specifies the number of fields in this Template Record.
				
			
		
	
	
		
			Specifies the fields in a Template Record Field Specifier, as explained in RFC 5101, section 3.2.
		
		
			
				
					Specifies the Enterprise bit, either 0 or 1. If this bit is zero, the Information Element Identifier identifies an IETF-specified Information Element, and the four-octet Enterprise Number field SHOULD NOT be present. If this bit is one, the Information Element identifier identifies an enterprise-specific Information Element, and the Enterprise Number filed SHOULD be present. NOTE: While it is legal to use "true" and "false" here, this value SHOULD be set to 0 or 1 for consistency with RFC 5101.
				
			
			
				
					Specifies the 15-bit (NOT 16-bit) Information Element ID referring to the type of Information Element, as shown in RFC 5102.
				
			
			
				
					Specifies the 16-bit Field Length, in octets, of the corresponding encoded Information Element as defined in RFC 5102. The field length may be smaller than the definition in RFC 5102 if the reduced size encoding is used (see Section 6.2 of RFC 5101). The value 65535 is reserved for variable length Information Elements.
				
			
			
				
					Specifies the 32-bit IANA Enterprise Number of the authority defining the Information Element identifier in this Template Record. Information Element Identifiers 1.2 and 2.1 are defined by the IETF (Enterprise bit = 0) and, therefore, do not need an Enterprise Number to identify them.
				
			
		
	
	
		
			Specifies the regions of an Options Template Record, of which there are two: the Options Template Record Header, and the Field Specifiers. See RFC 5101 under Options Template Record Format, section 3.4.2.2, for more information.
		
		
			
				
					Indicates the Options Template Record Header region, which is a 48-bit region containing the 16-bit fields Template ID, Field Count, and Scope Field Count, appended in that order.
				
			
			
				
					Indicates the region of Field Specifiers. These are the same fields referenced in the IPFIXOptionsTemplateRecordFieldSpecifiersType.
				
			
		
	
	
		
			Defines the header of an options template record.
		
		
			
				
					Specifies a unique Template ID which is numbered 256-65535 since IDs 0-255 are reserved for Template Sets, Options Template Sets, and other reserved Sets yet to be created.
				
			
			
				
					Specifies the number of fields in this Options Template Record, INCLUDING the Scope Fields.
				
			
			
				
					Specifies the number of scope fields in this Options Template Record, which is NONZERO. The Scope Fields are normal Fields except that they are interpreted as scope at the Collector.
				
			
		
	
	
		
			Specifies the fields in an Options Template Record Field Specifier, as explained in RFC 5101, sections 3.2 and 3.4.2.2. It consists of two sequences: Scope Fields and Option Fields, appended together.
		
		
			
				
					
						Specifies the Scope Enterprise bit, either 0 or 1. If this bit is zero, the Information Element Identifier identifies an IETF-specified Information Element, and the four-octet Enterprise Number field SHOULD NOT be present. If this bit is one, the Information Element identifier identifies an enterprise-specific Information Element, and the Enterprise Number filed SHOULD be present. NOTE: While it is legal to use "true" and "false" here, this value SHOULD be set to 0 or 1 for consistency with RFC 5101.
					
				
				
					
						Specifies the 15-bit (NOT 16-bit) Scope Information Element ID referring to the type of Information Element, as shown in RFC 5102.
					
				
				
					
						Specifies the 16-bit Scope Field Length, in octets, of the corresponding encoded Information Element as defined in RFC 5102. The field length may be smaller than the definition in RFC 5102 if the reduced size encoding is used (see Section 6.2 of RFC 5101). The value 65535 is reserved for variable length Information Elements.
					
				
				
					
						Specifies the 32-bit IANA Scope Enterprise Number of the authority defining the Information Element identifier in this Template Record. Information Element Identifiers 1.2 and 2.1 are defined by the IETF (Enterprise bit = 0) and, therefore, do not need an Enterprise Number to identify them.
					
				
			
			
				
					
						Specifies the Option Enterprise bit, either 0 or 1. If this bit is zero, the Information Element Identifier identifies an IETF-specified Information Element, and the four-octet Enterprise Number field SHOULD NOT be present. If this bit is one, the Information Element identifier identifies an enterprise-specific Information Element, and the Enterprise Number filed SHOULD be present. NOTE: While it is legal to use "true" and "false" here, this value SHOULD be set to 0 or 1 for consistency with RFC 5101.
					
				
				
					
						Specifies the 15-bit (NOT 16-bit) Option Information Element ID referring to the type of Information Element, as shown in RFC 5102.
					
				
				
					
						Specifies the 16-bit Option Field Length, in octets, of the corresponding encoded Information Element as defined in RFC 5102. The field length may be smaller than the definition in RFC 5102 if the reduced size encoding is used (see Section 6.2 of RFC 5101). The value 65535 is reserved for variable length Information Elements.
					
				
				
					
						Specifies the 32-bit IANA Option Enterprise Number of the authority defining the Information Element identifier in this Template Record. Information Element Identifiers 1.2 and 2.1 are defined by the IETF (Enterprise bit = 0) and, therefore, do not need an Enterprise Number to identify them.
					
				
			
		
	
	
		
			Data records are sent in data sets. A data record consists of only one more Field values.
		
		
			
				
					Indicates the individual Field Value, which need not be 16-bit. The Template ID to which the Field Values belong to is encoded in the Data Set Header field "Set ID", i.e. "Set ID" = "Template ID".
				
			
		
	
	
		
			Netflow v9 was developed by Cisco and provides access to IP flow information. http://www.ietf.org/rfc/rfc3954.txt.
		
		
			
				
					Specifies the Packet Header, which is the first part of an Export Packet. The Packet Header provides basic information about the packet such as the NetFlow version, number of records contained within the packet, and sequence numbering. See RFC 3954 for more information.
				
			
			
				
					
						Specifies a FlowSet, which is a collection of Flow Records that have similar structure. In an Export Packet, one or more FlowSets follow the Packet Header. There are three different types of FlowSets, as defined in RFC 3954: a Template FlowSet, Options Template FlowSet and Data FlowSet.
					
				
			
		
	
	
		
			Header fields defined for Netflow v9. Note that common elements are included in the Network_Flow_Label. http://www.ietf.org/rfc/rfc3954.txt.
		
		
			
				
					Specifies the version of flow record format exported in this packet. The value of this field is 9 for the Netflow v9.
				
			
			
				
					Specifies the total number of records in the Export Packet, which is the sum of Options FlowSet records, Template FlowSet records, and Data FlowSet records. http://www.ietf.org/rfc/rfc3954.txt.
				
			
			
				
					Specifies the time in milliseconds since this device was first booted.
				
			
			
				
					Specifies the time in seconds since 0000 UTC 1970 at which the Export Packet leaves the Exporter.
				
			
			
				
					Incremental sequence counter of all Export Packets sent from the current Observation Domain by the Exporter. This value MUST be cumulative, and SHOULD be used by the Collector to identify whether any Export Packets have been missed. http://www.ietf.org/rfc/rfc3954.txt.
				
			
			
				
					Specifies a 32-bit value that identifies the Exporter Observation Domain. NetFlow Collectors SHOULD use the combination of the source IP address and the Source ID field to separate different export streams originating from the same Exporter.
				
			
		
	
	
		
			In an Export Packet, one or more FlowSets follow the Packet Header. There are three different types of FlowSets, as defined in RFC 3954: a Template FlowSet, Options Template FlowSet and Data FlowSet.
		
		
			
				
					One of the essential elements in the NetFlow format is the Template FlowSet. Templates greatly enhance the flexibility of the Flow Record format because they allow the NetFlow Collector to process Flow Records without necessarily knowing the interpretation of all the data in the Flow Record. http://www.ietf.org/rfc/rfc3954.txt.
				
			
			
				
					Specifies an Options Template FlowSet, which is one or more Options Template Records that have been grouped together in an Export Packet.
				
			
			
				
					Specifies a Data FlowSet, which is one or more records, of the same type, that are grouped together in an Export Packet. Each record is either a Flow Data Record or an Options Data Record previously defined by a Template Record or an Options Template Record.
				
			
		
	
	
		
			Provides the format of the Template FlowSet.
		
		
			
				
					Specifies the FlowSet ID, which is fixed to 0 for the Template FlowSet.
				
			
			
				
					Length is the sum of the lengths of the FlowSet ID, the Length itself, and all Template Records within this FlowSet.
				
			
			
				
					Specifies the Template Record region, which includes the template ID, field count, field type, and field length.
				
			
		
	
	
		
			Specifies the Template Record region, which includes the template ID, field count, field type, and field length.
		
		
			
				
					Specifies a unique Template ID for the Template Record. IDs in the range 0-255 are reserved for Template FlowSets, Options FlowSets, and other reserved Sets yet to be created. http://www.ietf.org/rfc/rfc3954.txt.
				
			
			
				
					Specifies the number of fields in this Template Record.
				
			
			
				
					Number of fields corresponds to Count field.
				
				
					
						Specifies a numeric value that represents the type of the field. Refer to the "Field Type Definitions" section in RFC 3954 for descriptions of these types.
					
				
				
					
						Specifies the length of the corresponding field type, in bytes.
					
				
			
		
	
	
		
			NetflowV9FieldType specifies possible fields types for Netflow v9, via a union of the NetflowV9FieldTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			This enumeration describe the field types in NetFlow Version 9. Only the first 20 have been enumerated so far. Please see Section 8 in http://www.ietf.org/rfc/rfc3954.txt for the complete list (79 in total).
		
		
			
				
					The IN_BYTES(1) field represents the incoming counter with length N x 8 bits for number of bytes associated with an IP Flow.
				
			
			
				
					The IN_PKTS(2) field represents the incoming counter with length N x 8 bits for the number of packets associated with an IP Flow.
				
			
			
				
					The FLOWS(3) field represents the number of flows that were aggregated; default for N is 4.
				
			
			
				
					The PROTOCOL(4) field represents the IP protocol byte.
				
			
			
				
					The TOS(5) field represents the Type of Service byte setting when entering incoming interface.
				
			
			
				
					The TCP_FLAGS(6) field is cumulative of all the TCP flags seen for this flow.
				
			
			
				
					The L4_SRC_PORT(7) field represents the TCP/UDP source port number i.e.: FTP, Telnet, or equivalent.
				
			
			
				
					The IPV4_SRC_ADDR(8) field represents the IPv4 source address.
				
			
			
				
					The SRC_MASK(9) field represents the number of contiguous bits in the source address subnet mask i.e.: the submask in slash notation.
				
			
			
				
					The INPUT_SNMP(10) field represents the number of contiguous bits in the source address subnet mask i.e.: the submask in slash notation.
				
			
			
				
					The LP_DST_PORT(11) field represents the TCP/UDP destination port number i.e.: FTP, Telnet, or equivalent.
				
			
			
				
					The IPV4_DST_ADDR(12) field represents the IPv4 destination address.
				
			
			
				
					The DST_MASK(13) field represents the number of contiguous bits in the destination address subnet mask i.e.: the submask in slash notation.
				
			
			
				
					The OUTPUT_SNMP(14) field represents the output interface index; default for N is 2 but higher values could be used.
				
			
			
				
					The IPV4_NEXT_HOP(15) field represents the IPv4 address of next-hop router.
				
			
			
				
					The SRC_AS(16) field represents the source BGP autonomous system number where N could be 2 or 4.
				
			
			
				
					The DST_AS(17) field represents the destination BGP autonomous system number where N could be 2 or 4.
				
			
			
				
					The BGP_IPV4_NEXT_HOP(18) field represents the next-hop router's IP in the BGP domain.
				
			
			
				
					The MUL_DST_PKTS(19) field represents the IP multicast outgoing packet counter with length N x 8 bits for packets associated with the IP Flow.
				
			
			
				
					The MUL_DST_BYTES(20) field represents the IP multicast outgoing byte counter with length N x 8 bits for bytes associated with the IP Flow.
				
			
		
	
	
		
			Specifies an Options Template FlowSet, which is one or more Options Template Records that have been grouped together in an Export Packet.
		
		
			
				
					Specifies the FlowSet ID, which is fixed to 1 for the Options Template FlowSet.
				
			
			
				
					Specifies the total length of this FlowSet, in octets, including the set header, all records, and the optional padding.
				
			
			
				
					Specifies the Options Template Record region, which includes the Option Scope Length, Option Length, and fields specifying the Scope field type and Scope field length.
				
			
			
				
					Specifies the number of padding bytes to be inserted so that the subsequent FlowSet starts at a 4-byte aligned boundary. It is important to note that the Length field includes the padding bytes. Padding SHOULD be using zeros.
				
			
		
	
	
		
			Specifies the Options Template Record region, which includes the Option Scope Length, Option Length, and fields specifying the Scope field type and Scope field length.
		
		
			
				
					Specifies the template ID of this Options Template, which must be greater than 255.
				
			
			
				
					Specifies the length of bytes of any Scope field definition contained in the Options Template Record.
				
			
			
				
					Specifies the length of bytes of any options field definitions contained in this Options Template Record.
				
			
			
				
					
						Specifies the relevant portion of the Exporter/NetFlow process to which the Options Template Record refers. Currently defined values include 1 for System, 2 for Interface, 3 for Line Card, 4 for Cache, and 5 for Template. More information can be found in RFC 3954.
					
				
				
					
						Specifies the length (in bytes) of the Scope field as it would appear in an Options Data Record.
					
				
			
			
				
					
						Specifies the type of field that would appear in the Options Template Record. More information can be found in RFC 3954.
					
				
				
					
						Specifies the length (in bytes) of the Option field.
					
				
			
		
	
	
		
			NetflowV9ScopeFieldType specifies scope field types for Netflow v9, via a union of the NetflowV9ScopeFieldTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			These describe the scope field types, found in the relevant portion of the NetFlow process to which the options record refers. http://www.ietf.org/rfc/rfc3954.txt.
		
		
			
				
					Indicates the System scope field type.
				
			
			
				
					Indicates the Interface scope field type.
				
			
			
				
					Indicates the Line Card scope field type.
				
			
			
				
					Indicates the NetFlow Cache scope field type.
				
			
			
				
					Describes the Template scope field type.
				
			
		
	
	
		
			Specifies a Data FlowSet, which is one or more records, of the same type, that are grouped together in an Export Packet. Each record is either a Flow Data Record or an Options Data Record previously defined by a Template Record or an Options Template Record. http://www.ietf.org/rfc/rfc3954.txt.
		
		
			
				
					Specifies the FlowSet ID, which corresponds to the Template ID from a Template Flow Set or an Options Template Flow Set.
				
			
			
				
					Specifies the length of this FlowSet.
				
			
			
				
					The remainder of the Data FlowSet is a collection of Flow Data Record(s), each containing a set of field values. The Type and Length of the fields have been previously defined in the Template Record referenced by the FlowSet ID or Template ID. Specifies either a template flow set or an options template flow set. http://www.ietf.org/rfc/rfc3954.txt.
				
			
			
				
					Specifies the padding bytes used so that the subsequent FlowSet starts at a 4-byte aligned boundary. It is important to note that the Length field includes the padding bytes. Padding SHOULD be using zeros.
				
			
		
	
	
		
			A Data FlowSet is one or more records, of the same type, that are grouped together in an Export Packet. Each record is either a Flow Data Record or an Options Data Record previously defined by a Template Record or an Options Template Record. http://www.ietf.org/rfc/rfc3954.txt.
		
		
			
				
			
			
				
					
						Specifies a Flow Data Record, which corresponds to a FieldType defined in the Template Record. Each one will have multiple values associated with it.
					
				
			
			
				
					
						Specifies an Options Data Record, which Corresponds to a previously defined Options Template Record.
					
				
			
		
	
	
		
			A Flow Data Record is a data record that contains values of the Flow parameters corresponding to a Template Record.
		
		
			
				
					For each flow record, field values are listed.
				
			
		
	
	
		
			Field values are associated with each record in the collection of a flow data record.
		
		
			
				
					Set of fields values for a given Flow Data Record.
				
			
		
	
	
		
			The data record that contains values and scope information of the Flow measurement parameters, corresponding to an Options Template Record.
		
		
			
				
					Corresponds to a previously defined Options Template Record.
				
			
			
				
					
						For each option data record, field values are listed.
					
				
			
		
	
	
		
			Field values are associated with each option in the collection of an option data record.
		
		
			
				
					Set of field values for a given Options Data Record.
				
			
		
	
	
		
			Defines the contents of a Netflow v5 packet. As of 2012, Netflow v5 is still the most commonly used network flow format. Netflow v5 was developed by Cisco. http://netflow.caligare.com/netflow_v5.htm.
		
		
			
				
					Elements of a netflow v5 header.
				
			
			
				
					
						See Network_Flow_Label for other common fields. Padding of 0-bytes is not captured. REF: http://netflow.caligare.com/netflow_v5.htm REF: http://tools.netsa.cert.org/silk/faq.html#ipfix-fields.
					
				
			
		
	
	
		
			Defines elements of a netflow v5 header. http://netflow.caligare.com/netflow_v5.htm.
		
		
			
				
					Specifies the NetFlow export format version number, which defaults to 5 in this case.
				
			
			
				
					Specifies the number of flows exported in the packet (1-30).
				
			
			
				
					Specifies the current time in milliseconds since the export device booted.
				
			
			
				
					Specifies the current time in milliseconds since 0000 UTC 1970.
				
			
			
				
					Specifies the residual in nanoseconds since 0000 UTC 1970.
				
			
			
				
					Specifies the sequence counter of total flows seen.
				
			
			
				
					Specifies the type of flow-switching engine.
				
			
			
				
					Specifies the slot number of the flow-switching engine.
				
			
			
				
					Specifies the sampling interval field, which consists of the first two bits holding the sampling mode, with the remaining 14 bits holding the value of the sampling interval.
				
			
		
	
	
		
			Defines elements of a Netflow v5 flow record. Recall that the seven elements that define the flow itself (e.g., source IP address) are provided in NetworkFlowLabelType. https://bto.bluecoat.com/packetguide/8.6/info/netflow5-records.htm.
		
		
			
				
					Represents the IP address of the next hop router.
				
			
			
				
					Represents the number of packets in the flow.
				
			
			
				
					Represents the total number of bytes in the flow.
				
			
			
				
					Represents the SysUpTime at start of flow: the total time in milliseconds starting from when the first packet in the flow was seen.
				
			
			
				
					Represents the SysUpTime at end of flow: when the last packet in the flow was seen.
				
			
			
				
					One byte of padding.
				
			
			
				
					Specifies the union of all TCP flags observed over the life of the flow.
				
			
			
				
					Specifies the source autonomous system number, either origin or peer.
				
			
			
				
					Specifies the destination autonomous system number, either origin or peer.
				
			
			
				
					Specifies the source address prefix mask bits.
				
			
			
				
					Specifies the destination address prefix mask bits.
				
			
			
				
					Unused (zero) bytes, which is used for purposes of padding.
				
			
		
	
	
		
			System for Internet-Level Knowledge (CMU/SEI). The fields are taken from a list shown in http://tools.netsa.cert.org/silk/rwcut.html. Fields common to all network flows are defined in NetworkFlowLabelType (e.g., source IP, SNMP ingress, etc.). For additional references, see http://tools.netsa.cert.org/silk/analysis-handbook.pdf, http://tools.netsa.cert.org/silk/faq.html#ipfix-fields.
		
		
			
				
					Represents the number of packets in the flow.
				
			
			
				
					Represents the number of Layer 3 bytes in the packets of the flow.
				
			
			
				
					Specifies the union of all TCP flags observed over the life of the flow.
				
			
			
				
					Represents the SysUpTime at start of flow, i.e. the total time in milliseconds starting from when the router booted. There is another element "Start_Time+msec" which is the starting time of flow including milliseconds, but milliseconds are the resolution of Start_Time unless the -legacy-timestamps switch is specified, so "Start_Time+msec" is not defined separately.
				
			
			
				
					Specifies the duration of the flow. There is another element "Duration+msec" which is the starting time of flow including milliseconds, but milliseconds are the resolution of Duration unless the -legacy-timestamps switch is specified, so "Duration+msec" is not defined separately.
				
			
			
				
					Represents the SysUpTime at end of flow. There is another element "End_Time+msec" which is the starting time of flow including milliseconds, but milliseconds are the resolution of End_Time unless the -legacy-timestamps switch is specified, so "End_Time+msec" is not defined separately.
				
			
			
				
					Defines the fields associated with the sensor at the collection point.
				
			
			
				
					ICMP type for ICMP flows. Empty for non-ICMP flows.
				
			
			
				
					ICMP code for ICMP flows. Empty for non-ICMP flows.
				
			
			
				
					Router next hop IP.
				
			
			
				
					TCP flags on first packet in the flow.
				
			
			
				
					bit-wise OR of TCP flags over all packets except the first in the flow.
				
			
			
				
					Flow attributes set by the flow generator.
				
			
			
				
					Based on an examination of payload contents, this value = the port number traditionally used for that type of traffic (21 for FTP traffic even if actually routed over port 80). Documentation (http://tools.netsa.cert.org/silk/rwcut.html) says this is a "guess as to the content of the flow".
				
			
			
				
					The type of the source IP in terms of whether the address is routable, external, etc.
				
			
			
				
					The type of the destination IP in terms of whether the address is routable, external, etc.
				
			
			
				
					A two-letter country code denoting the country of location of the source IP address.
				
			
			
				
					A two-letter country code denoting the country of location of the destination IP address.
				
			
			
				
					User defined string for integrating external information into SiLK records. See documentation on SiLK pmap filter for details (defined in the prefix map associated with MAPNAME).
				
			
			
				
					User defined string for integrating external information into SiLK records. See documentation on SiLK pmap filter for details (defined in the prefix map associated with MAPNAME).
				
			
		
	
	
		
			SiLKFlowAttributesType specifies SiLK flow attributes, via a union of the SiLKFlowAttributesTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			The SiLKFlowAttributesTypeEnum specifies the flow attributes set by the flow generator. This is field 28 of the rwstats options. See http://tools.netsa.cert.org/silk/rwstats.html for more information.
		
		
			
				
					Indicates that the flow generator saw additional packets in this flow following a packet with a FIN flag (excluding ACK packets).
				
			
			
				
					Indicates that the flow generator prematurely created a record for a long-running connection due to a timeout. (When the flow generator yaf(1) is run with the --silk switch, it will prematurely create a flow and mark it with T if the byte count of the flow cannot be stored in a 32-bit value.).
				
			
			
				
					Indicates that the flow generator created this flow as a continuation of long-running connection, where the previous flow for this connection met a timeout (or a byte threshold in the case of yaf).
				
			
		
	
	
		
			SiLKAddressType specifies SiLK address types, via a union of the SiLKAddressTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			Environment variable allows user to specify the address type mapping file. A partial, typical list is currently given--see http://tools.netsa.cert.org/silk/addrtype.html for more information.
		
		
			
				
					Denotes a (non-routable) IP address.
				
			
			
				
					Denotes an IP address internal to the monitored network.
				
			
			
				
					Denotes an IP address external to the monitored network.
				
			
		
	
	
		
			SiLKCountryCodeType specifies country codes used by SiLK, via a union of the SiLKCountryCodeTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			Environment variable allows user to specify a country code mapping file. No enumerations are currently defined.
		
		
	
	
		
			Defines elements associated with a SiLK sensor.
		
		
			
				
					Name or ID of sensor at the collection point.
				
			
			
				
					By default, only one "all" class. Others can be configured.
				
			
			
				
					Specifies the direction of traffic, which is enumerated by SiLKDirectionType.
				
			
		
	
	
		
			SiLKType specifies direction of SiLK traffic, via a union of the SiLKDirectionTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			Enumerates direction of traffic. Not all are currently enumerated.
		
		
			
				
					Denotes inbound traffic relative to a sensor.
				
			
			
				
					Denotes inbound web traffic relative to a sensor. SiLK categorizes a flow as web if the protocol is TCP and either the source port or destination port is one of 80, 443, or 8080.
				
			
			
				
					Denotes null inbound traffic relative to a sensor.
				
			
			
				
					Denotes outbound traffic relative to a sensor.
				
			
			
				
					Denotes outbound web traffic relative to a sensor. SiLK categorizes a flow as web if the protocol is TCP and either the source port or destination port is one of 80, 443, or 8080.
				
			
			
				
					Denotes null outbound traffic relative to a sensor.
				
			
		
	
	
		
			SiLKSensorClassType specifies the sensor class, via a union of the SiLKSensorClassTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			Enumerates SiLK sensor classes. Currently just one class (all) is defined.
		
		
			
				
					Defines sensor class "all".
				
			
		
	
	
		
			YAF (Yet Another Flowmeter) is bidirectional network flow meter. It processes packet data from pcap(3) dumpfiles as generated by tcpdump(1) or via live capture from an interface using pcap(3) into bidirectional flows, then exports those flows to IPFIX. (REF: http://www.usenix.org/event/lisa10/tech/full_papers/Inacio.pdf).
		
		
			
				
					The elements in a YAF record have been separated based on flow direction. These elements are defined for the general forward flow.
				
			
			
				
					Some elements in a YAF record correspond to the reverse flow. These elements are given here.
				
			
		
	
	
		
			These elements of a YAF record correspond to the flow generally or to the forward portion of the flow. Elements common to all network flow objects are defined in the NetworkFlowLabelType (src ip address, ingress/egress interface).
		
		
			
				
					Flow start time in milliseconds since 1970-01-01 00:00:00 UTC.
				
			
			
				
					Flow end time in milliseconds since 1970-01-01 00:00:00 UTC.
				
			
			
				
					Number of octets in packets in forward direction of flow. May be encoded in 4 octets using IPFIX reduced-length encoding.
				
			
			
				
					Number of packets in forward direction of flow.
				
			
			
				
					The reason for Flow termination. It may contain SiLK-specific tags. The range of values may include the following: 0x01: idle timeout (the Flow was terminated because it was considered to be idle). 0x02: active timeout (the Flow was terminated for reporting purposes while it was still active, for example, after the maximum lifetime of unreported Flows was reached). 0x03: end of Flow detected (the Flow was terminated because the Metering Process detected signals indicating the end of the Flow, for example, the TCP FIN flag.) 0x04: forced end (the Flow was terminated because of some external event, for example, a shutdown of the Metering Process initiated by a network management application.) 0x05: lack of resources (the Flow was terminated because of lack of resources available to the Metering Process and/or the Exporting Process.) See http://www.iana.org/assignments/ipfix/ipfix.xml for more information.
				
			
			
				
					The SiLK_App_Label is the port number that is traditionally used for that type of traffic (see the /etc/services file on most UNIX systems). For example, traffic that the flow generator recognizes as FTP will have a value of 21, even if that traffic is being routed through the standard HTTP/web port (80).
				
			
			
				
					Shannon Entropy calculation of the forward payload data. The calculation generates a real number value between 0.0 and 8.0. That number is then converted into an 8-bit integer value between 0 and 255. Roughly, numbers above 230 are generally compressed (or encrypted) and numbers centered around approximately 140 are English text. Lower numbers carry even less information content.
				
			
			
				
					Machine-learning app label.
				
			
			
				
					Contains TCP-related information of the network flow.
				
			
			
				
					The MAC address.
				
			
			
				
					OS name and version.
				
			
			
				
					First forward packet IP payload.
				
			
			
				
					Second forward packet IP payload.
				
			
			
				
					Initial n bytes of forward direction of applications payload.
				
			
		
	
	
		
			These elements correspond to the reverse flow captured by in YAF record.
		
		
			
				
					Number of octets in packets in reverse direction of flow. May be encoded in 4 octets using IPFIX reduced-length encoding.
				
			
			
				
					Number of packets in reverse direction of flow.
				
			
			
				
					Shannon Entropy calculation of the reverse payload data. The calculation generates a real number value between 0.0 and 8.0. That number is then converted into an 8-bit integer value between 0 and 255. Roughly, numbers above 230 are generally compressed (or encrypted) and numbers centered around approximately 140 are English text. Lower numbers carry even less information content.
				
			
			
				
					RTT of initial handshake.
				
			
			
				
					The associated elements relate to the reverse packets of the flow.
				
			
			
				
					Reverse MAC address.
				
			
			
				
					OS name and version of the reverse flow.
				
			
			
				
					First reverse packet IP payload.
				
			
			
				
					Initial n bytes of reverse direction of flow payload.
				
			
		
	
	
		
			Contains TCP-related information of the network flow.
		
		
			
				
					TCP sequence number.
				
			
			
				
					TCP flags of the first packet.
				
			
			
				
					The union of the TCP flags of the 2...nth packet.
				
			
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy