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. DNS_Record_Object 2.0.1 09/19/2013 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-2013, 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 DNS object is intended to characterize an individual DNS record. The DNSRecordObjectType type is intended to characterize an individual DNS record. The Description field provides a mechanism to specify a structured text description of this DNS_Entry. The Domain_Name field specifies the name of the domain to which the DNS cache entry points. The IP_Address field specifies the IP address to which the domain name in the DNS cache entry resolves to. The Address_Class field specifies the address class (e.g. IN, TXT, ANY, etc.) for the DNS record The Entry_Type field specifies the resource record type (e.g. SOA or A) for the DNS record. The Record_Name field is optional and specifies the name for the DNS record. The Record_Type field is optional and specifies the type of the DNS record. The TTL field is optional and specifies the time-to-live for the DNS record. The Flags field is optional and specifies the relevant flags for the DNS record. The Data_Length field is optional and specifies the length of raw data to be captured in the Record_Data field. The Record_Data field is optional and enables capture and expression of the raw record data.