objects.Address_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.
Address_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 Address object is intended to specify a cyber address.
The AddressObjectType is intended to characterize cyber addresses.
The required Address_Value construct specifies the actual value of the address.
The VLAN_Name field specifies the name of the Virtual LAN to which the address belongs.
The VLAN_Num field specifies the number of the Virtual LAN to which the address belongs.
The category field specifies the address category that is being defined.
The is_source field specifies if this is a "Source" address.
The is_destination field specifies if this is a "Destination" address.
The is_spoofed field specifies whether the address is spoofed, i.e. forged to conceal its identity or true source.
The CategoryTypeEnum type is an enumeration of address types.
The asn value specifies an identifier for an Autonomous System Number.
The atm value specifies an Asynchronous Transfer Mode address.
The CIDR value specifies an address in Classless Inter-domain Routing notation (the IP address and its associated routing prefix).
The e-mail value specifies an e-mail address.
The mac value specifies a system's MAC address.
The IPV4-addr value specifies an IPV4 address.
The IPV4-net-mask value specifies an IPV4 bitwise netmask.
The IPV6-addr value specifies an IPV6 address.
The IPV6-net-mask value specifies an IPV6 bitwise netmask.