schemas.v1.2.0.cybox.objects.Network_Route_Object.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stix Show documentation
Show all versions of stix Show documentation
The Java bindings for STIX v.1.2.0.2
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_Route_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_Route_Object object is intended to specify a single network route.
The NetRouteObjectType type is intended to characterize a specific network route.
The Description field is intended for use in providing a brief description of the network route.
The Network_Route_Entries field is optional and characterizes a set of network route segment entries.
The Preferred_Lifetime field is intended to specify the preferred time, in seconds, that the IP route entry is valid. A value of 0xffffffff is considered to be infinite.
The Valid_Lifetime field is intended to specify the maximum time, in seconds, that the IP route entry is valid. A value of 0xffffffff is considered to be infinite.
The Route_Age field is intended to characterize the number of seconds since the route was added or modified in the network routing table.
The is_ipv6 field specifies whether or not the route uses IPv6 addresses.
The is_autoconfigure_address field specifies if the IP address is autoconfigured.
The is_immortal field specifies if the route is immortal.
The is_loopback field specifies if the route is a loopback route (the gateway is on the local host).
The is_publish field specifies if the route is published.
The NetworkRouteEntriesType type is intended to characterize the set of network route segments for this route.
The Network_Route field is optional and characterizes a single network route segment entry.