Showing:

Annotations
Diagrams
Source
Used by
Main schema DNS_Cache_Object.xsd
Namespace http://cybox.mitre.org/objects#DNSCacheObject-2
Annotations
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.
Element DNSCacheObj:DNS_Cache
Namespace http://cybox.mitre.org/objects#DNSCacheObject-2
Annotations
The DNS_Cache object is intended to characterize a domain name system cache.
Diagram
Diagram DNS_Cache_Object_xsd.tmp#DNSCacheObjectType_DNS_Cache_Entry DNS_Cache_Object_xsd.tmp#DNSCacheObjectType
Type DNSCacheObj:DNSCacheObjectType
Type hierarchy
Children DNSCacheObj:DNS_Cache_Entry
Source
<xs:element name="DNS_Cache" type="DNSCacheObj:DNSCacheObjectType">
  <xs:annotation>
    <xs:documentation>The DNS_Cache object is intended to characterize a domain name system cache.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DNSCacheObj:DNSCacheObjectType / DNSCacheObj:DNS_Cache_Entry
Namespace http://cybox.mitre.org/objects#DNSCacheObject-2
Annotations
The DNS_Cache_Entry field is intended to characterize a single domain name system cache entry.
Diagram
Diagram DNS_Cache_Object_xsd.tmp#DNSCacheEntryType_DNS_Entry DNS_Cache_Object_xsd.tmp#DNSCacheEntryType_TTL DNS_Cache_Object_xsd.tmp#DNSCacheEntryType
Type DNSCacheObj:DNSCacheEntryType
Children DNSCacheObj:DNS_Entry, DNSCacheObj:TTL
Source
<xs:element name="DNS_Cache_Entry" type="DNSCacheObj:DNSCacheEntryType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The DNS_Cache_Entry field is intended to characterize a single domain name system cache entry.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DNSCacheObj:DNSCacheEntryType / DNSCacheObj:DNS_Entry
Namespace http://cybox.mitre.org/objects#DNSCacheObject-2
Annotations
The DNS_Entry field specifies the relevant DNS entry (including Domain Name and IP Address) for this DNS Cache Entry.
Diagram
Diagram
Type DNSRecordObjectType
Source
<xs:element name="DNS_Entry" type="DNSRecordObj:DNSRecordObjectType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The DNS_Entry field specifies the relevant DNS entry (including Domain Name and IP Address) for this DNS Cache Entry.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DNSCacheObj:DNSCacheEntryType / DNSCacheObj:TTL
Namespace http://cybox.mitre.org/objects#DNSCacheObject-2
Annotations
The TTL field specifies the time-to-live value for the DNS cache entry, or in other words the number of seconds before the entry expires.
Diagram
Diagram
Type PositiveIntegerObjectPropertyType
Source
<xs:element name="TTL" type="cyboxCommon:PositiveIntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The TTL field specifies the time-to-live value for the DNS cache entry, or in other words the number of seconds before the entry expires.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type DNSCacheObj:DNSCacheObjectType
Namespace http://cybox.mitre.org/objects#DNSCacheObject-2
Annotations
The DNSCacheObjectType type is intended to characterize entries in a system's DNS cache.
Diagram
Diagram DNS_Cache_Object_xsd.tmp#DNSCacheObjectType_DNS_Cache_Entry
Type extension of ObjectPropertiesType
Type hierarchy
Used by
Children DNSCacheObj:DNS_Cache_Entry
Source
<xs:complexType name="DNSCacheObjectType" mixed="false">
  <xs:annotation>
    <xs:documentation>The DNSCacheObjectType type is intended to characterize entries in a system's DNS cache.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="DNS_Cache_Entry" type="DNSCacheObj:DNSCacheEntryType" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>The DNS_Cache_Entry field is intended to characterize a single domain name system cache entry.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type DNSCacheObj:DNSCacheEntryType
Namespace http://cybox.mitre.org/objects#DNSCacheObject-2
Annotations
The DNSCacheEntryType type is intended to characterize a single entry in a system's DNS cache.
Diagram
Diagram DNS_Cache_Object_xsd.tmp#DNSCacheEntryType_DNS_Entry DNS_Cache_Object_xsd.tmp#DNSCacheEntryType_TTL
Used by
Children DNSCacheObj:DNS_Entry, DNSCacheObj:TTL
Source
<xs:complexType name="DNSCacheEntryType">
  <xs:annotation>
    <xs:documentation>The DNSCacheEntryType type is intended to characterize a single entry in a system's DNS cache.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DNS_Entry" type="DNSRecordObj:DNSRecordObjectType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The DNS_Entry field specifies the relevant DNS entry (including Domain Name and IP Address) for this DNS Cache Entry.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TTL" type="cyboxCommon:PositiveIntegerObjectPropertyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The TTL field specifies the time-to-live value for the DNS cache entry, or in other words the number of seconds before the entry expires.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>