From: http://www.ietf.org/internet-drafts/draft-ietf-idwg-idmef-xml-09.txt
"Intrusion Detection Message Exchange Format Data Model and Extensible
Markup Language (XML) Document Type Definition"
--------------------------------------------------------------------------
Intrusion Detection Working Group D. Curry/H. Debar
draft-ietf-idwg-idmef-xml-09.txt Merrill Lynch/France Telecom
Expires: May 7, 2003 November 8, 2002
Intrusion Detection Message Exchange Format
Data Model and Extensible Markup Language (XML)
Document Type Definition
Status of This Memo
This document is an Internet-Draft and is subject to all provisions
of Section 10 of RFC 2026.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF), its areas, and its working groups. Note that
other groups may also distribute working documents as Internet-
Drafts.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
The list of current Internet-Drafts can be accessed at
http://www.ietf.org/1id-abstracts.html.
The list of Internet-Draft Shadow Directories can be accessed at
http://www.ietf.org/shadow.html.
Distribution of this memo is unlimited.
Abstract
The purpose of the Intrusion Detection Message Exchange Format
(IDMEF) is to define data formats and exchange procedures for sharing
information of interest to intrusion detection and response systems,
and to the management systems which may need to interact with them.
This Internet-Draft describes a data model to represent information
exported by intrusion detection systems, and explains the rationale
for using this model. An implementation of the data model in the
Extensible Markup Language (XML) is presented, an XML Document Type
Definition is developed, and examples are provided.
Internet-Draft IDMEF Data Model & DTD November 8, 2002
TABLE OF CONTENTS
Status of This Memo ................................................ 1
Abstract ........................................................... 1
1. Conventions Used in This Document ............................... 5
2. Introduction .................................................... 5
2.1 About the IDMEF Data Model ................................. 6
2.1.1 Problems Addressed by the Data Model ................. 6
2.1.2 Data Model Design Goals .............................. 7
2.1.2.1 Representing Events ............................ 7
2.1.2.2 Content-Driven ................................. 7
2.1.2.3 Relationship Between Alerts .................... 8
2.2 About the IDMEF XML Implementation ......................... 8
2.2.1 The Extensible Markup Language ....................... 8
2.2.2 Rationale for Implementing IDMEF in XML .............. 9
3. Notational Conventions and Formatting Issues .................... 10
3.1 Unified Modeling Language .................................. 11
3.1.1 Relationships ........................................ 11
3.1.1.1 Inheritance Relationship ....................... 11
3.1.1.2 Aggregation Relationship ....................... 12
3.1.2 Occurrence Indicators ................................ 12
3.2 XML Document Type Definitions .............................. 13
3.2.2 Element Declarations ................................. 13
3.2.2.1 Occurrence Indicators .......................... 14
3.2.2.2 Alternative Content and Grouping ............... 14
3.2.2.3 Element Content ................................ 15
3.2.3 Attribute Declarations ............................... 16
3.2.3.1 Attribute Types ................................ 16
3.2.3.2 Attribute Content .............................. 16
3.2.4 Entity Declarations .................................. 17
3.3 XML Documents .............................................. 18
3.3.1 The Document Prolog .................................. 18
3.3.1.1 XML Declaration ................................ 18
3.3.1.2 IDMEF DTD Formal Public Identifier ............. 18
3.3.1.3 IDMEF DTD Document Type Declaration ............ 19
3.3.2 Character Data Processing in XML and IDMEF ........... 19
3.3.2.1 Character Entity References .................... 20
3.3.2.2 Character Code References ...................... 20
3.3.2.3 White Space Processing ......................... 21
3.3.3 Languages in XML and IDMEF ........................... 21
3.3.4 Inheritance and Aggregation .......................... 22
3.4 IDMEF Data Types ........................................... 22
3.4.1 Integers ............................................. 22
3.4.2 Real Numbers ......................................... 23
3.4.3 Characters and Strings ............................... 23
3.4.4 Bytes ................................................ 23
Curry/Debar Expires: May 7, 2003 [Page 2]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
3.4.5 Enumerated Types ..................................... 23
3.4.6 Date-Time Strings .................................... 24
3.4.7 NTP Timestamps ....................................... 26
3.4.8 Port Lists ........................................... 26
3.4.9 Unique Identifiers ................................... 26
4. The IDMEF Data Model and XML DTD ................................ 27
4.1 Data Model Overview ........................................ 27
4.2 The Message Classes ........................................ 29
4.2.1 The IDMEF-Message Class .............................. 29
4.2.2 The Alert Class ...................................... 29
4.2.2.1 The ToolAlert Class ............................ 32
4.2.2.2 The CorrelationAlert Class ..................... 33
4.2.2.3 The OverflowAlert Class ........................ 34
4.2.3 The Heartbeat Class .................................. 35
4.2.4 The Core Classes ..................................... 37
4.2.4.1 The Analyzer Class ............................. 37
4.2.4.2 The Classification Class ....................... 39
4.2.4.3 The Source Class ............................... 41
4.2.4.4 The Target Class ............................... 42
4.2.4.5 The Assessment Class ........................... 44
4.2.4.6 The AdditionalData Class ....................... 45
4.2.5 The Time Classes ..................................... 46
4.2.5.1 The CreateTime Class ........................... 46
4.2.5.2 The DetectTime Class ........................... 47
4.2.5.3 The AnalyzerTime Class ......................... 47
4.2.6 The Assessment Classes ............................... 48
4.2.6.1 The Impact Class ............................... 48
4.2.6.2 The Action Class ............................... 49
4.2.6.3 The Confidence Class ........................... 50
4.2.7 The Support Classes .................................. 51
4.2.7.1 The Node Class ................................. 51
4.2.7.1.1 The Address Class ........................ 53
4.2.7.2 The User Class ................................. 55
4.2.7.2.1 The UserId Class ......................... 56
4.2.7.3 The Process Class .............................. 58
4.2.7.4 The Service Class .............................. 59
4.2.7.4.1 The WebService Class ..................... 61
4.2.7.4.2 The SNMPService Class .................... 62
4.2.7.5 The FileList Class ............................. 63
4.2.7.5.1 The File Class ........................... 63
4.2.7.5.1.1 The FileAccess Class ............... 66
4.2.7.5.1.2 The Linkage Class .................. 67
4.2.7.5.1.3 The Inode Class .................... 69
5. Extending the IDMEF ............................................. 70
5.1 Extending the Data Model ................................... 70
5.2 Extending the XML DTD ...................................... 71
6. Special Considerations .......................................... 72
6.1 XML Validity and Well-Formedness ........................... 72
6.2 Unrecognized XML Tags ...................................... 73
Curry/Debar Expires: May 7, 2003 [Page 3]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
6.3 Analyzer-Manager Time Synchronization ...................... 73
6.4 NTP Timestamp Wrap-Around .................................. 75
6.5 Digital Signatures ......................................... 76
7. Examples ........................................................ 76
7.1 Denial of Service Attacks .................................. 76
7.1.1 The "teardrop" Attack ................................ 76
7.1.2 The "ping of death" Attack ........................... 77
7.2 Port Scanning Attacks ...................................... 78
7.2.1 Connection To a Disallowed Service ................... 78
7.2.2 Simple Port Scanning ................................. 79
7.3 Local Attacks .............................................. 80
7.3.1 The "loadmodule" Attack .............................. 81
7.3.2 The "phf" Attack ..................................... 83
7.3.3 File Modification .................................... 84
7.4 System Policy Violation .................................... 86
7.5 Correlated Alerts .......................................... 87
7.6 Analyzer Assessments ....................................... 88
7.7 Heartbeat .................................................. 89
7.8 XML Extension .............................................. 90
8. The IDMEF Document Type Definition .............................. 92
9. Security Considerations ......................................... 104
10. References ..................................................... 104
10.1 Normative ................................................. 104
10.2 Non-normative ............................................. 105
11. Acknowledgements ............................................... 105
12. Author's Addresses ............................................. 106
Full Copyright Statement ........................................... 106
Note to RFC Editor ................................................. 108
Curry/Debar Expires: May 7, 2003 [Page 4]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
1. Conventions Used in This Document
The key words "MUST," "MUST NOT," "REQUIRED," "SHALL," "SHALL NOT,"
"SHOULD," "SHOULD NOT," "RECOMMENDED," "MAY," and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119.
An "IDMEF-compliant application" is a program or program component,
such as an analyzer or manager, that reads and/or writes messages in
the format specified by this memo.
An "IDMEF document" is a message that adheres to the requirements
specified by this memo, and that is exchanged by two or more IDMEF
applications. "IDMEF message" is another term for an "IDMEF
document."
2. Introduction
The Intrusion Detection Message Exchange Format (IDMEF) [8] is
intended to be a standard data format that automated intrusion
detection systems can use to report alerts about events that they
deem suspicious. The development of this standard format will enable
interoperability among commercial, open source, and research systems,
allowing users to mix-and-match the deployment of these systems
according to their strong and weak points to obtain an optimal
implementation.
The most obvious place to implement the IDMEF is in the data channel
between an intrusion detection analyzer (or "sensor") and the manager
(or "console") to which it sends alarms. But there are other places
where the IDMEF can be useful:
+ a single database system that could store the results from a
variety of intrusion detection products would make it possible for
data analysis and reporting activities to be performed on "the
whole picture" instead of just a part of it;
+ an event correlation system that could accept alerts from a
variety of intrusion detection products would be capable of
performing more sophisticated cross-correlation and cross-
confirmation calculations than one that is limited to a single
product;
+ a graphical user interface that could display alerts from a
variety of intrusion detection products would enable the user to
monitor all of the products from a single screen, and require him
or her to learn only one interface, instead of several; and
+ a common data exchange format would make it easier for different
organizations (users, vendors, response teams, law enforcement) to
not only exchange data, but also communicate about it.
Curry/Debar Expires: May 7, 2003 [Page 5]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
The diversity of uses for the IDMEF needs to be considered when
selecting its method of implementation.
2.1 About the IDMEF Data Model
The IDMEF data model is an object-oriented representation of the
alert data sent to intrusion detection managers by intrusion
detection analyzers.
2.1.1 Problems Addressed by the Data Model
The data model addresses several problems associated with
representing intrusion detection alert data:
+ Alert information is inherently heterogeneous. Some alerts are
defined with very little information, such as origin, destination,
name, and time of the event. Other alerts provide much more
information, such as ports or services, processes, user
information, and so on. The data model that represents this
information must be flexible to accommodate different needs.
An object-oriented model is naturally extensible via aggregation
and subclassing. If an implementation of the data model extends
it with new classes, either by aggregation or subclassing, an
implementation that does not understand these extensions will
still be able to understand the subset of information that is
defined by the data model. Subclassing and aggregation provide
extensibility while preserving the consistency of the model.
+ Intrusion detection environments are different. Some analyzers
detect attacks by analyzing network traffic; others use operating
system logs or application audit trail information. Alerts for
the same attack, sent by analyzers with different information
sources, will not contain the same information.
The data model defines support classes that accommodate the
differences in data sources among analyzers. In particular, the
notion of source and target for the alert are represented by the
combination of Node, Process, Service, and User classes.
+ Analyzer capabilities are different. Depending on the
environment, one may install a lightweight analyzer that provides
little information in its alerts, or a more complex analyzer that
will have a greater impact on the running system but provide more
detailed alert information. The data model must allow for
conversion to formats used by tools other than intrusion detection
analyzers, for the purpose of further processing the alert
information.
The data model defines extensions to the basic schema that allow
Curry/Debar Expires: May 7, 2003 [Page 6]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
carrying both simple and complex alerts. Extensions are
accomplished through subclassing or association of new classes.
+ Operating environments are different. Depending on the kind of
network or operating system used, attacks will be observed and
reported with different characteristics. The data model should
accommodate these differences.
Significant flexibility in reporting is provided by the Node and
Service support classes. If additional information must be
reported, subclasses may be defined that extend the data model
with additional attributes.
+ Commercial vendor objectives are different. For various reasons,
vendors may wish to deliver more or less information about certain
types of attacks.
The object-oriented approach allows this flexibility while the
subclassing rules preserve the integrity of the model.
2.1.2 Data Model Design Goals
The data model was designed to provide a standard representation of
alerts in an unambiguous fashion, and to permit the relationship
between simple and complex alerts to be described.
2.1.2.1 Representing Events
The goal of the data model is to provide a standard representation of
the information that an intrusion detection analyzer reports when it
detects an occurrence of some unusual event(s). These alerts may be
simple or complex, depending on the capabilities of the analyzer that
creates them.
2.1.2.2 Content-Driven
The design of the data model is content-driven. This means that new
objects are introduced to accommodate additional content, not
semantic differences between alerts. This is an important goal, as
the task of classifying and naming computer vulnerabilities is both
extremely difficult and very subjective.
The data model must be unambiguous. This means that while we allow
analyzers to be more or less precise than one another (i.e., one
analyzer may report more information about an event than another), we
do not allow them to produce contradictory information in two alerts
describing the same event (i.e., the common subset of information
reported by both analyzers must be identical and inserted in the same
placeholders within the alert data structure). Of course, it is
Curry/Debar Expires: May 7, 2003 [Page 7]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
always possible to insert all "interesting" information about an
event in extension fields of the alert instead of in the fields where
it belongs; however, such practice reduces interoperability and
should be avoided whenever possible.
2.1.2.3 Relationship Between Alerts
Intrusion detection alerts can be transmitted at several levels.
This Internet-Draft applies to the entire range, from very simple
alerts (e.g., those alerts that are the result of a single action or
operation in the system, such as a failed login report) to very
complex ones (e.g., the aggregation of several events causing an
alert to be generated).
As such, the data model must provide a way for complex alerts that
aggregate several simple alerts to identify those simple alerts in
the complex alert's content.
2.2 About the IDMEF XML Implementation
Two implementations of the IDMEF were originally proposed to the
IDWG: one using the Structure of Management Information (SMI) to
describe an SNMP MIB, and the other using a Document Type Definition
(DTD) to describe XML documents.
These proposed implementations were reviewed by the IDWG at its
September 1999 and February 2000 meetings; it was decided at the
February meeting that the XML solution was best at fulfilling the
IDWG requirements.
2.2.1 The Extensible Markup Language
The Extensible Markup Language (XML) [1] is a simplified version of
the Standard Generalized Markup Language (SGML), a syntax for
specifying text markup defined by the ISO 8879 standard. XML is
gaining widespread attention as a language for representing and
exchanging documents and data on the Internet, and as the solution to
most of the problems inherent in HyperText Markup Language (HTML).
XML was published as a recommendation by the World Wide Web
Consortium (W3C) on February 10, 1998.
XML is a metalanguage -- a language for describing other languages --
that enables an application to define its own markup. XML allows the
definition of customized markup languages for different types of
documents and different applications. This differs from HTML, in
which there is a fixed set of identifiers with preset meanings that
must be "adapted" for specialized uses. Both XML and HTML use
elements (tags) (identifiers delimited by '<' and '>') and attributes
(of the form "name='value'"). But where "
" always means
Curry/Debar Expires: May 7, 2003 [Page 8]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
"paragraph" in HTML, it may mean "paragraph," "person," "price," or
"platypus" in XML, or it might have no meaning at all, depending on
the particular application.
NOTE: XML provides both a syntax for declaring document markup and
structure (i.e., defining elements and attributes, specifying
the order in which they appear, and so on) and a syntax for
using that markup in documents. Because markup declarations
look radically different from markup, many people are confused
as to which syntax is called XML. The answer is that they both
are, because they are actually both part of the same language.
For clarity in this document, we will use the terms "XML" and
"XML documents" when speaking in the general case, and the term
"IDMEF markup" when speaking specifically of the elements
(tags) and attributes that describe IDMEF messages.
The publication of XML was followed by the publication of a second
recommendation [2] by the World Wide Web Consortium, defining the use
of namespaces in XML documents. An XML namespace is a collection of
names, identified by a Universal Resource Identifier (URI) [3]. When
using namespaces, each tag is identified with the namespace it comes
from, allowing tags from different namespaces with the same names to
occur in the same document. For example, a single document could
contain both "usa:football" and "europe:football" tags, each with
different meanings.
In anticipation of the widespread use of XML namespaces, this memo
includes the definition of the URI to be used to identify the IDMEF
namespace.
2.2.2 Rationale for Implementing IDMEF in XML
XML-based applications are being used or developed for a wide variety
of purposes, including electronic data interchange in a variety of
fields, financial data interchange, electronic business cards,
calendar and scheduling, enterprise software distribution, web "push"
technology, and markup languages for chemistry, mathematics, music,
molecular dynamics, astronomy, book and periodical publishing, web
publishing, weather observations, real estate transactions, and many
others.
XML's flexibility makes it a good choice for these applications; that
same flexibility makes it a good choice for implementing the IDMEF as
well. Other, more specific reasons for choosing XML to implement the
IDMEF are:
+ XML allows a custom language to be developed specifically for the
purpose of describing intrusion detection alerts. It also defines
a standard way to extend this language, either for later revisions
of this document ("standard" extensions), or for vendor-specific
Curry/Debar Expires: May 7, 2003 [Page 9]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
use ("non-standard" extensions).
+ Software tools for processing XML documents are widely available,
in both commercial and open source forms. Numerous tools and APIs
for parsing and/or validating XML are available in a variety of
languages, including Java, C, C++, Tcl, Perl, Python, and GNU
Emacs Lisp. Widespread access to tools will make adoption of the
IDMEF by product developers easier, and hopefully, faster.
+ XML meets IDMEF Requirement 5.1 [8], that message formats support
full internationalization and localization. The XML standard
requires support for both the UTF-8 and UTF-16 encodings of
ISO/IEC 10646 (Universal Multiple-Octet Coded Character Set,
"UCS") and Unicode, making all XML applications (and therefore all
IDMEF-compliant applications) compatible with these common
character encodings.
XML also provides support for specifying, on a per-element basis,
the language in which the element's content is written, making
IDMEF easy to adapt to "Natural Language Support" versions of a
product.
+ XML meets IDMEF Requirement 5.2 [8], that message formats must
support filtering and aggregation. XML's integration with XSL, a
style language, allows messages to be combined, discarded, and
rearranged.
+ Ongoing XML development projects, in the W3C and elsewhere, will
provide object-oriented extensions, database support, and other
useful features. If implemented in XML, the IDMEF immediately
gains these features as well.
+ XML is free, with no license, no license fees, and no royalties.
3. Notational Conventions and Formatting Issues
This document uses three notations: Unified Modeling Language to
describe the data model, XML to describe the markup used in IDMEF
documents, and IDMEF markup to represent the documents themselves.
This section describes these notations in sufficient detail that
readers unfamiliar with them can understand the document. Note,
however, that these descriptions are not comprehensive; they only
cover the components of the notations used by the data model and
document format.
This section also explains several document formatting issues that
apply to XML and IDMEF documents, including formats for particular
data types, special character and whitespace processing, character
sets, and languages.
Curry/Debar Expires: May 7, 2003 [Page 10]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
3.1 Unified Modeling Language
The IDMEF data model is described using the Unified Modeling Language
(UML) [9]. UML provides a simple framework to represent entities and
their relationships. UML defines entities as classes. In this
document, we have identified several classes and their associated
attributes. The symbols used in this document to represent classes
and attributes are shown in Figure 3.1.
+-------------+
| Class Name | <----- Name of class
+-------------+
| Attribute 1 | <----- Name of first attribute
| ... |
| Attribute N | <----- Name of nth attribute
+-------------+
Figure 3.1 - Symbols representing classes and attributes
Note that attributes for a class may not appear in all diagrams in
which the class is used.
3.1.1 Relationships
The IDMEF model currently uses only two of the relationship types
defined by UML: inheritance and aggregation.
3.1.1.1 Inheritance Relationship
Inheritance denotes a superclass/subclass type of relationship where
the subclass inherits all the attributes, operations, and
+-------------+
| Publication |
+-------------+
| publisher |
| pubDate |
+-------------+
/_\
|
+--------+--------+
| |
+----------+ +----------+
| Magazine | | Book |
+----------+ +----------+
| name | | title |
| | | author |
+----------+ +----------+
Figure 3.2 - Inheritance relationships
Curry/Debar Expires: May 7, 2003 [Page 11]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
relationships of the superclass. This type of relationship is also
called a "is-a" or "kind-of" relationship. Subclasses may have
additional attributes or operations that apply only to the subclass,
and not to the superclass.
In this document, inheritance is denoted by the /_\ symbol. In
Figure 3.2 above, we are showing that Book and Magazine are two types
of Publication. Book inherits all the attributes of Publication,
plus all of its own attributes (thus, it has four attributes in
total); as does Magazine (giving it three attributes in total).
3.1.1.2 Aggregation Relationship
Aggregation is a form of association in which the whole is related to
its parts. This type of relationship is also referred to as a
"part-of" relationship. In this case, the aggregate class contains
all of its own attributes and as many of the attributes associated
with its parts as required and specified by the occurrence indicators
(see Section 3.1.2).
+----------+
| Book |
+----------+ 0..1 +--------------+
| title |<>----------| Preface |
| author | +--------------+
| | 1..* +--------------+
| |<>----------| Chapter |
| | +--------------+
| | 0..* +--------------+
| |<>----------| Appendix |
| | +--------------+
| | 0..1 +--------------+
| |<>----------| Bibliography |
| | +--------------+
| | +--------------+
| |<>----------| Index |
| | +--------------+
+----------+
Figure 3.3 - Aggregation relationships
In this document, the symbol <> is used to indicate aggregation. It
is placed at the end of the association line closest to the aggregate
(whole) class. In Figure 3.3 above, we are showing that a Book is
made up of pieces called Preface, Chapter, Appendix, Bibliography,
and Index.
3.1.2 Occurrence Indicators
Occurrence indicators show the number of objects within a class that
Curry/Debar Expires: May 7, 2003 [Page 12]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
are linked to one another by an aggregation relationship. They are
placed at the end of the association line closest to the part they
refer to. Occurrence indicators, as used in this document, are:
n exactly "n" (left blank if n=1)
0..* zero or more
1..* one or more
0..1 zero or one (i.e., "optional")
n..m between "n" and "m" (inclusive)
In Figure 3.3 above, the Book:
+ may have no Preface or one Preface;
+ must have at least one Chapter, but may have more;
+ may have any number of Appendixes; and
+ must have exactly one Index.
3.2 XML Document Type Definitions
XML Document Type Definitions (DTDs) are used to declare the markup
for a document. This includes the different pieces of information
the document will contain (the elements), characteristics of that
information (the attributes), and the relationship between the pieces
(the content model).
Section 8 of this document contains the complete IDMEF DTD.
3.2.2 Element Declarations
Elements are the main part of a document's markup; they define the
names of the pieces of the document, and the content model for those
pieces.
In this example, the "Book" element is defined to consist of exactly
one Preface, one Chapter, one Appendix, one Bibliography, and one
Index. Furthermore, these parts must appear in this order (e.g., the
Index cannot come before the Bibliography).
The XML document associated with this DTD might look like this:
...
...
Curry/Debar Expires: May 7, 2003 [Page 13]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
...
...
NOTE: XML is for the most part a free-format language; the line
breaks and indentation used in the examples are for the
purpose of improving readability only.
3.2.2.1 Occurrence Indicators
In the example above, Book must contain exactly one of each part --
it cannot have more than one Chapter, the Preface is not optional,
and so on. This is not a very good representation of real-life
books.
XML provides occurrence indicators to make it possible to represent
more complex content models. The occurrence indicators are:
? the content may appear either once or not at all
* the content may appear one or more times or not at all
+ the content must appear at least once, and may appear
more than once
[none] the content must appear exactly once
Occurrence indicators allow us to revise our Book content model
Now a Book may contain an optional Preface, one or more Chapters, any
number of Appendixes, an optional Bibliography, and an Index. The
parts must still occur in this order.
3.2.2.2 Alternative Content and Grouping
To allow the creation of arbitrarily complex content models, XML also
provides:
+ alternatives, specified with the '|' character
+ parentheses, to permit grouping of elements
+ occurrence indicators may also be used on parenthesized groups
For example:
Curry/Debar Expires: May 7, 2003 [Page 14]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
would allow all of the following:
The example above also introduces the "" notation; this is used
in XML to denote empty content. It is more or less equivalent to
"" (the differences are beyond the scope of this
document).
3.2.2.3 Element Content
An XML document has a tree structure. One element at the top is the
parent of all other elements (e.g., Book), there are some number of
other elements all with parents and children, and then at the bottom
of the tree, there are some number of elements that have no children.
These are the elements that contain the document content.
XML DTDs do not support data types such as integer, real, string, and
so on (more on this later). However, they do require some indication
of the type(s) of content that an element will contain. There are
several types available, but only three are used in the IDMEF:
PCDATA
An XML processor will find only text (parsed character data) in
this element, no tags or entity references (see Section 3.2.4).
This is the content type for all but one of the elements at the
bottom of the IDMEF document tree.
ANY
The element may contain anything -- text, other tags, entity
references, etc. This is the content type for the AdditionalData
element (see Section 4.2.4.6).
EMPTY
The element may be empty, in which case it is represented with a
single tag, "" instead of "".
Curry/Debar Expires: May 7, 2003 [Page 15]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
3.2.3 Attribute Declarations
Attributes allow data to be associated with an element. The decision
to put data in an attribute or a child element is mostly one of
style, although consideration should be given to the type and
quantity of data as well. Attributes are, generally, used for small,
atomic data and elements are used for large or composite data.
Attributes are declared with their name, their content type, and
their attribute type, as shown below:
The declaration above defines two attributes of the Book element,
title and author. Both may contain character data, and both are
required. These might be given as follows in an XML document:
3.2.3.1 Attribute Types
There are four attribute types:
#REQUIRED
The attribute is required, and has no default value. The XML
document must specify a value for it.
#IMPLIED
The attribute is optional, and has no default value.
#FIXED [value]
The attribute must always have the default value "[value]." It is
an error to specify the attribute with any other value. When an
XML processor encounters an omitted attribute, it will behave as
though it were present with the declared default value.
[value]
The attribute is optional, and has a default value of "[value]."
When an XML processor encounters an omitted attribute, it will
behave as though it were present with the default value.
3.2.3.2 Attribute Content
There are a variety of attribute content types defined, but only
two are used in the IDMEF:
Curry/Debar Expires: May 7, 2003 [Page 16]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
CDATA
An attribute of this type contains character data (text); tags and
entity references (see Section 3.2.4) are not processed.
[values]
An attribute may also be declared with a list of acceptable
values; this functions somewhat like an enumerated type. For
example:
The gender attribute may have one of three values; if a Person
tag appears without a gender attribute, the XML processor will
behave as though it did have one, with value "unknown."
3.2.4 Entity Declarations
Entities allow symbols to be defined that will be replaced with other
text when processed. There are two types of entities, "general" and
"parameter." General entities are for use within XML document
content; for example:
Entities are referenced by bracketing them with the characters '&'
and ';' -- whenever "&idmef;" appears in the XML document from the
example above, it will be replaced with the text "Intrusion Detection
Message Exchange Format". General entities (and a special case of
them called character references) are used extensively in handling
special characters (see Sections 3.3.2.1 and 3.3.2.2).
Parameter entities are for use within DTDs (they are not recognized
in document content), and are declared and referenced in a slightly
different way. The declaration includes a '%' symbol before the
entity name, and they are referenced by bracketing them with the
characters '%' (instead of '&') and ';'. For example, attributes
that must appear on every element are declared in a parameter entity:
and then referenced in each attribute list declaration:
Curry/Debar Expires: May 7, 2003 [Page 17]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
3.3 XML Documents
This section describes a number of XML document formatting rules;
these rules apply to IDMEF documents as well.
3.3.1 The Document Prolog
The "prolog" of an XML document, that part that precedes anything
else, consists of the XML declaration and the document type
declaration.
3.3.1.1 XML Declaration
Every XML document (and therefore every IDMEF document) starts with
an XML declaration. The XML declaration specifies the version of XML
being used; it may also specify the character encoding being used.
The XML declaration looks like:
If a character encoding is specified, the declaration looks like:
where "charset" is the name of the character encoding in use (see
Section 3.3.2). If no encoding is specified, UTF-8 is assumed.
IDMEF documents being exchanged between IDMEF-compliant applications
MUST begin with an XML declaration, and MUST specify the XML version
in use. Specification of the encoding in use is RECOMMENDED.
IDMEF-compliant applications MAY choose to omit the XML declaration
internally to conserve space, adding it only when the message is sent
to another destination (e.g., a web browser). This practice is NOT
RECOMMENDED unless it can be accomplished without loss of each
message's version and encoding information.
3.3.1.2 IDMEF DTD Formal Public Identifier
The formal public identifier (FPI) for the IDMEF Document Type
Curry/Debar Expires: May 7, 2003 [Page 18]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
Definition described in this memo is:
"-//IETF//DTD RFC XXXX IDMEF v1.0//EN"
This FPI MUST be used in the document type declaration within an XML
document referencing the IDMEF DTD defined by this memo, as shown in
the following section.
3.3.1.3 IDMEF DTD Document Type Declaration
The document type declaration for an XML document referencing the
IDMEF DTD defined by this memo will usually be specified in one of
the following ways:
The last component of the document type declaration is the formal
public identifier (FPI) specified in the previous section.
The last component of the document type declaration is a URI that
points to a copy of the Document Type Definition.
In order to be valid (see Section 6.1), an XML document must contain
a document type declaration. However, this represents significant
overhead to an IDMEF-compliant application, both in the bandwidth it
consumes as well as the requirements it places on the XML processor
(not only to parse the declaration itself, but also to parse the DTD
it references).
Implementors MAY decide, therefore, to have analyzers and managers
agree out-of-band on the particular document type definition they
will be using to exchange messages (the standard one as defined here,
or one with extensions), and then omit the document type declaration
from IDMEF messages. The method for negotiating this agreement is
outside the scope of this document. Note that great care must be
taken in negotiating any such agreements, as the manager may have to
accept messages from many different analyzers, each using a DTD with
a different set of extensions.
3.3.2 Character Data Processing in XML and IDMEF
A document's XML declaration (see Section 3.3.1.1) specifies the
character encoding to be used in the document, as follows:
Curry/Debar Expires: May 7, 2003 [Page 19]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
where "charset" is the name of the character encoding, as registered
with the Internet Assigned Numbers Authority (IANA), see [10].
The XML standard requires that XML processors support the UTF-8 and
UTF-16 encodings of ISO/IEC 10646 (UCS) and Unicode, making all XML
applications (and therefore, all IDMEF-compliant applications)
compatible with these common character encodings. The XML standard
also permits other character encodings to be used (e.g., UTF-7,
UTF-8, UTF-32). However, support for these encodings is not
guaranteed to be present in all XML applications.
For portability reasons, IDMEF-compliant applications SHOULD NOT use,
and IDMEF messages SHOULD NOT be encoded in, character encodings
other than UTF-8 and UTF-16. Consistent with the XML standard, if no
encoding is specified for an IDMEF message, UTF-8 is assumed.
NOTE: The ASCII character set is a subset of the UTF-8 encoding, and
therefore may be used to encode IDMEF messages.
Per the XML standard, IDMEF documents encoded in UTF-16 MUST begin
with the Byte Order Mark described by ISO/IEC 10646 Annex E and
Unicode Appendix B (the "ZERO WIDTH NO-BREAK SPACE" character,
#xFEFF).
3.3.2.1 Character Entity References
Within XML documents, certain characters have special meanings in
some contexts. To include the actual character itself in one of
these contexts, a special escape sequence, called an entity
reference, must be used.
The characters that sometimes need to be escaped, and their entity
references, are:
Character Entity Reference
---------------------------------
& &
< <
> >
" "
' '
It is RECOMMENDED that IDMEF-compliant applications use the entity
reference form whenever writing these characters in data, to avoid
any possibility of misinterpretation.
3.3.2.2 Character Code References
Any character defined by the ISO/IEC 10646 and Unicode standards may
be included in an XML document by the use of a character reference.
Curry/Debar Expires: May 7, 2003 [Page 20]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
A character reference is started with the characters '&' and '#', and
ended with the character ';'. Between these characters, the
character code for the character inserted.
If the character code is preceded by an 'x' it is interpreted in
hexadecimal (base 16), otherwise, it is interpreted in decimal (base
10). For instance, the ampersand (&) is encoded as & or &
and the less-than sign (<) is encoded as < or <.
Any one-, two-, or four-byte character specified in the ISO/IEC 10646
and Unicode standards can be included in a document using this
technique.
3.3.2.3 White Space Processing
XML preserves white space by default. The XML processor passes all
white space characters to the application unchanged. This is much
different from HTML (and SGML), in which, although the space/no space
distinction is meaningful, the one space/many spaces distinction is
not.
XML allows elements to identify the importance of white space in
their content by using the "xml:space" attribute:
where "action" is either "default" or "preserve."
If "action" is "preserve," the application MUST treat all white space
in the element's content as significant. If "action" is "default,"
the application is free to do whatever it normally would with white
space in the element's content.
The intent declared with the "xml:space" attribute is considered to
apply to all attributes and content of the element where it is
specified (including sub-elements), unless overridden with an
instance of "xml:space" on another element within that content.
All IDMEF elements support the "xml:space" attribute.
3.3.3 Languages in XML and IDMEF
XML allows elements to identify the language their content is written
in by using the "xml:lang" attribute:
where "langcode" is a language tag as described in RFC 3066 [4].
The intent declared with the "xml:lang" attribute is considered to
Curry/Debar Expires: May 7, 2003 [Page 21]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
apply to all attributes and content of the element where it is
specified (including sub-elements), unless overridden with an
instance of "xml:lang" on another element within that content.
IDMEF-compliant applications SHOULD specify the language in which
their contents are encoded; in general this can be done by specifying
the "xml:lang" attribute for the top-level element and letting all
other elements "inherit" that definition.
If no language is specified for an IDMEF message, English SHALL be
assumed.
All IDMEF tags support the "xml:lang" attribute.
3.3.4 Inheritance and Aggregation
XML DTDs do not support inheritance as used by the IDMEF data model
(i.e., there is no support for "kind-of" relationships). This does
not present a major problem in practice; aggregation relationships
have been used instead to implement these relationships with little
loss of functionality.
As a note of interest, XML Schemas, currently being developed by the
W3C, will provide support for inheritance, as well as stronger data
typing and other useful features. Future versions of the IDMEF will
probably use XML Schemas instead of DTDs; this is not currently
possible because the XML Schema Recommendation has not been
finalized.
3.4 IDMEF Data Types
Within an XML IDMEF message, all data will be expressed as "text" (as
opposed to "binary"), since XML is a text formatting language. We
provide typing information for the attributes of the classes in the
data model however, to convey to the reader the type of data the
model expects for each attribute.
Each data type in the model has specific formatting requirements in
an XML IDMEF message; these requirements are set forth in this
section.
3.4.1 Integers
Integer attributes are represented by the INTEGER data type. Integer
data MUST be encoded in Base 10 or Base 16.
Base 10 integer encoding uses the digits '0' through '9' and an
optional sign ('+' or '-'). For example, "123", "-456".
Base 16 integer encoding uses the digits '0' through '9' and 'a'
Curry/Debar Expires: May 7, 2003 [Page 22]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
through 'f' (or their upper case equivalents), and is preceded by the
characters "0x". For example, "0x1a2b".
3.4.2 Real Numbers
Real (floating-point) attributes are represented by the REAL data
type. Real data MUST be encoded in Base 10.
Real encoding is that of the POSIX 1003.1 "strtod" library function:
an optional sign ('+' or '-') followed by a non-empty string of
decimal digits, optionally containing a radix character, then an
optional exponent part. An exponent part consists of an 'e' or 'E',
followed by an optional sign, followed by one or more decimal digits.
For example, "123.45e02", "-567,89e-03".
IDMEF-compliant applications MUST support both the '.' and ',' radix
characters.
3.4.3 Characters and Strings
Single-character attributes are represented by the CHARACTER data
type. Multi-character attributes of known length are represented by
the STRING data type.
Character and string data have no special formatting requirements,
other than the need to occasionally use character references (see
Sections 3.3.2.1 and 3.3.2.2) to represent special characters.
3.4.4 Bytes
Binary data is represented by the BYTE (and BYTE[]) data type.
Binary data MUST be encoded in its entirety using character code
references (see Section 3.3.2.2).
3.4.5 Enumerated Types
Enumerated types are represented by the ENUM data type, and consist
of an ordered list of acceptable values. Each value has a rank
(number) and a representing keyword.
Within IDMEF XML messages, the enumerated type keywords are used as
attribute values, and the ranks are ignored. However, those IDMEF-
compliant applications that choose to represent these values
internally in a numeric format MUST use the rank values identified in
this memo.
Curry/Debar Expires: May 7, 2003 [Page 23]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
3.4.6 Date-Time Strings
Date-time strings are represented by the DATETIME data type. Each
date-time string identifies a particular instant in time; ranges are
not supported.
Date-time strings are formatted according to a subset of ISO
8601:2000 [5], as show below. Section references in parentheses
refer to sections of the ISO 8601:2000 standard.
1. Dates MUST be formatted as follows:
YYYY-MM-DD
where YYYY is the four- digit year, MM is the two-digit month
(01-12), and DD is the two- digit day (01-31). (Section 5.2.1.1,
"Complete representation -- Extended format.")
2. Times MUST be formatted as follows:
hh:mm:ss
where hh is the two-digit hour (00-24), mm is the two-digit minute
(00-59), and ss is the two-digit second (00-60). (Section
5.3.1.1, "Complete representation -- Extended format.")
Note that midnight has two representations, 00:00:00 and 24:00:00.
Both representations MUST be supported by IDMEF-compliant
applications, however, the 00:00:00 representation SHOULD be used
whenever possible.
Note also that this format accounts for leap seconds. Positive
leap seconds are inserted between 23:59:59Z and 24:00:00Z and are
represented as 23:59:60Z. Negative leap seconds are achieved by
the omission of 23:59:59Z. IDMEF-compliant applications MUST
support leap seconds.
3. Times MAY be formatted to include a decimal fraction of seconds,
as follows:
hh:mm:ss.ss or
hh:mm:ss,ss
As many digits as necessary may follow the decimal sign (at least
one digit must follow the decimal sign). Decimal fractions of
hours and minutes are not supported. (Section 5.3.1.3,
"Representation of decimal fractions.")
IDMEF-compliant applications MUST support the use of both decimal
signs ('.' and ',').
Note that the number of digits in the fraction part does not imply
Curry/Debar Expires: May 7, 2003 [Page 24]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
anything about accuracy -- i.e., "00.100000", "00,1000" and "00.1"
are all equivalent.
4. Times MUST be formatted to include (a) an indication that the time
is in Coordinated Universal Time (UTC), or (b) an indication of
the difference between the specified time and Coordinated
Universal Time.
a. Times in UTC MUST be formatted by appending the letter 'Z' to
the time string as follows:
hh:mm:ssZ
hh:mm:ss.ssZ
hh:mm:ss,ssZ
(Section 5.3.3, "Coordinated Universal Time (UTC) -- Extended
format.")
b. If the time is ahead of or equal to UTC, a '+' sign is appended
to the time string; if the time is behind UTC, a '-' sign is
appended. Following the sign, the number of hours and minutes
representing the different from UTC is appended, as follows:
hh:mm:ss+hh:mm
hh:mm:ss-hh:mm
hh:mm:ss.ss+hh:mm
hh:mm:ss.ss-hh:mm
hh:mm:ss,ss+hh:mm
hh:mm:ss,ss-hh:mm
The difference from UTC MUST be specified in both hours and
minutes, even if the minutes component is 0. A "difference"
of "+00:00" is equivalent to UTC. (Section 5.3.4.2, "Local
time and the difference with Coordinated Universal Time --
Extended Format.")
5. Date-time strings are created by joining the date and time strings
with the letter 'T', as shown below:
YYYY-MM-DDThh:mm:ssZ
YYYY-MM-DDThh:mm:ss.ssZ
YYYY-MM-DDThh:mm:ss,ssZ
YYYY-MM-DDThh:mm:ss+hh:mm
YYYY-MM-DDThh:mm:ss-hh:mm
YYYY-MM-DDThh:mm:ss.ss+hh:mm
YYYY-MM-DDThh:mm:ss.ss-hh:mm
YYYY-MM-DDThh:mm:ss,ss+hh:mm
YYYY-MM-DDThh:mm:ss,ss-hh:mm
(Section 5.4.1, "Complete representation -- Extended format.")
In summary, IDMEF date-time strings MUST adhere to one of the nine
Curry/Debar Expires: May 7, 2003 [Page 25]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
templates identified in Paragraph 5, above.
3.4.7 NTP Timestamps
NTP timestamps are represented by the NTPSTAMP data type, and are
described in detail in [6] and [7]. An NTP timestamp is a 64-bit
unsigned fixed-point number. The integer part is in the first 32
bits, and the fraction part is in the last 32 bits.
Within IDMEF messages, NTP timestamps MUST be encoded as two 32-bit
hexadecimal values, separated by a period ('.'). For example,
"0x12345678.0x87654321".
See also Section 6.4 for more information on NTP timestamps.
3.4.8 Port Lists
Port lists are represented by the PORTLIST data type, and consist of
a comma-separated list of numbers (individual integers) and ranges
(N-M means ports N through M, inclusive). Any combination of numbers
and ranges may be used in a single list. For example,
"5-25,37,42,43,53,69-119,123-514".
3.4.9 Unique Identifiers
There are two types of unique identifiers used in this specification.
Both types are represented by STRING data types.
These identifiers are implemented as attributes on the relevant XML
elements, and must have unique values as follows:
1. The Analyzer class' (Section 4.2.4.1) "analyzerid" attribute, if
specified, MUST have a value that is unique across all analyzers
in the intrusion detection environment.
The "analyzerid" attribute is not required to be globally unique,
only unique within the intrusion detection environment of which
the analyzer is a member. It is permissible for two analyzers, in
different intrusion detection environments, to have the same value
for "analyzerid".
The default value is "0", which indicates that the analyzer cannot
generate unique identifiers.
2. The Alert, Heartbeat, Source, Target, Node, User, Process,
Service, File, Address, and UserId classes' (Sections 4.2.2,
4.2.3, 4.2.4.3, 4.2.4.4, 4.2.7.1, 4.2.7.2, 4.2.7.3, 4.2.7.4,
4.2.7.5, 4.2.7.1.1, and 4.2.7.2.1) "ident" attribute, if
specified, MUST have a value that is unique across all messages
Curry/Debar Expires: May 7, 2003 [Page 26]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
sent by the individual analyzer.
The "ident" attribute value MUST be unique for each particular
combination of data identifying an object, not for each object.
Objects may have more than one "ident" value associated with them.
For example, an identification of a host by name would have one
value, while an identification of that host by address would have
another value, and an identification of that host by both name and
address would have still another value. Furthermore, different
analyzers may produce different values for the same information.
The "ident" attribute by itself provides a unique identifier only
among all the "ident" values sent by a particular analyzer. But
when combined with the "analyzerid" value for the analyzer, a
value that is unique across the intrusion detection environment is
created. Again, there is no requirement for global uniqueness.
The default value is "0", which indicates that the analyzer cannot
generate unique identifiers.
The specification of methods for creating the unique values contained
in these attributes is outside the scope of this document.
4. The IDMEF Data Model and XML DTD
In this section, the individual components of the IDMEF data model
are explained in detail. UML diagrams of the model are provided to
show how the components are related to each other, and relevant
sections of the XML DTD are presented to show how the model is
translated into XML.
4.1 Data Model Overview
The relationship between the principal components of the data model
is shown in Figure 4.1 on the following page (occurrence indicators
and attributes are omitted).
The top-level class for all IDMEF messages is IDMEF-Message; each
type of message is a subclass of this top-level class. There are
presently two types of messages defined; Alerts and Heartbeats.
Within each message, subclasses of the message class are used to
provide the detailed information carried in the message.
It is important to note that the data model does not specify how an
alert should be classified or identified. For example, a port scan
may be identified by one analyzer as a single attack against multiple
targets, while another analyzer might identify it as multiple attacks
from a single source. However, once an analyzer has determined the
type of alert it plans to send, the data model dictates how that
alert should be formatted.
Curry/Debar Expires: May 7, 2003 [Page 27]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
+---------------+
| IDMEF-Message |
+---------------+
/_\
|
+----------------------------+-------+
| |
+-------+ +----------------+ +-----------+ +----------------+
| Alert |<>-| Analyzer | | Heartbeat |<>-| Analyzer |
+-------+ +----------------+ +-----------+ +----------------+
| | +----------------+ | | +----------------+
| |<>-| CreateTime | | |<>-| CreateTime |
| | +----------------+ | | +----------------+
| | +----------------+ | | +----------------+
| |<>-| DetectTime | | |<>-| AdditionalData |
| | +----------------+ +-----------+ +----------------+
| | +----------------+
| |<>-| AnalyzerTime |
| | +----------------+
| | +--------+ +----------+
| |<>-| Source |<>-| Node |
| | +--------+ +----------+
| | | | +----------+
| | | |<>-| User |
| | | | +----------+
| | | | +----------+
| | | |<>-| Process |
| | | | +----------+
| | | | +----------+
| | | |<>-| Service |
| | +--------+ +----------+
| | +--------+ +----------+
| |<>-| Target |<>-| Node |
| | +--------+ +----------+
| | | | +----------+
| | | |<>-| User |
| | | | +----------+
| | | | +----------+
| | | |<>-| Process |
| | | | +----------+
| | | | +--------- +
| | | |<>-| Service | +----------------+
| | | | +----------+ +----| Classification |
| | | | +----------+ | +----------------+
| | | |<>-| FileList | | +----------------+
| | +--------+ +----------+ | +--| Assessment |
| |<>----------------------------+ | +----------------+
| |<>------------------------------+ +----------------+
| |<>---------------------------------| AdditionalData |
+-------+ +----------------+
Figure 4.1 - Data model overview
Curry/Debar Expires: May 7, 2003 [Page 28]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
4.2 The Message Classes
The individual classes are described in the following sections.
4.2.1 The IDMEF-Message Class
All IDMEF messages are instances of the IDMEF-Message class; it is
the top-level class of the IDMEF data model, as well as the IDMEF
DTD. There are currently two types (subclasses) of IDMEF-Message:
Alert and Heartbeat.
Because DTDs do not support subclassing (see Section 3.3.4), the
inheritance relationship between IDMEF-Message and the Alert and
Heartbeat subclasses shown in Figure 4.1 has been replaced with an
aggregate relationship. This is declared in the IDMEF DTD as
follows:
The IDMEF-Message class has a single attribute:
version
The version of the IDMEF-Message specification (this document)
this message conforms to. Applications specifying a value for
this attribute MUST specify the value "1.0".
4.2.2 The Alert Class
Generally, every time an analyzer detects an event that it has been
configured to look for, it sends an Alert message to its manager(s).
Depending on the analyzer, an Alert message may correspond to a
single detected event, or multiple detected events. Alerts occur
asynchronously in response to outside events.
An Alert message is composed of several aggregate classes, as shown
in Figure 4.2. The aggregate classes themselves are described in
Sections 4.2.4, 4.2.5, and 4.2.6.
Curry/Debar Expires: May 7, 2003 [Page 29]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
+---------------+
| Alert |
+---------------+ +------------------+
| STRING ident |<>----------| Analyzer |
| | +------------------+
| | +------------------+
| |<>----------| CreateTime |
| | +------------------+
| | 0..1 +------------------+
| |<>----------| DetectTime |
| | +------------------+
| | 0..1 +------------------+
| |<>----------| AnalyzerTime |
| | +------------------+
| | 0..* +------------------+
| |<>----------| Source |
| | +------------------+
| | 0..* +------------------+
| |<>----------| Target |
| | +------------------+
| | 1..* +------------------+
| |<>----------| Classification |
| | +------------------+
| | 0..1 +------------------+
| |<>----------| Assessment |
| | +------------------+
| | 0..* +------------------+
| |<>----------| AdditionalData |
| | +------------------+
+---------------+
/_\
|
+----+------------+-------------+
| | |
+-------------------+ | +-------------------+
| ToolAlert | | | CorrelationAlert |
+-------------------+ | +-------------------+
|
+-------------------+
| OverflowAlert |
+-------------------+
Figure 4.2 - The Alert Class
The aggregate classes that make up Alert are:
Analyzer
Exactly one. Identification information for the analyzer that
originated the alert.
CreateTime
Exactly one. The time the alert was created. Of the three times
Curry/Debar Expires: May 7, 2003 [Page 30]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
that may be provided with an Alert, this is the only one that is
required.
DetectTime
Zero or one. The time the event(s) leading up to the alert was
detected. In the case of more than one event, the time the first
event was detected. In some circumstances, this may not be the
same value as CreateTime.
AnalyzerTime
Zero or one. The current time on the analyzer (see Section 6.3).
Source
Zero or more. The source(s) of the event(s) leading up to the
alert.
Target
Zero or more. The target(s) of the event(s) leading up to the
alert.
Classification
One or more. The "name" of the alert, or other information
allowing the manager to determine what it is.
Assessment
Zero or one. Information about the impact of the event, actions
taken by the analyzer in response to it, and the analyzer's
confidence in its evaluation.
AdditionalData
Zero or more. Information included by the analyzer that does not
fit into the data model. This may be an atomic piece of data, or
a large amount of data provided through an extension to the IDMEF
(see Section 5).
Because DTDs do not support subclassing (see Section 3.3.4), the
inheritance relationship between Alert and the ToolAlert,
CorrelationAlert, and OverflowAlert subclasses shown in Figure 4.2
has been replaced with an aggregate relationship.
Alert is represented in the XML DTD as follows:
The Alert class has one attribute:
Curry/Debar Expires: May 7, 2003 [Page 31]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
ident
Optional. A unique identifier for the alert, see Section 3.4.9.
4.2.2.1 The ToolAlert Class
The ToolAlert class carries additional information related to the use
of attack tools or malevolent programs such as Trojan horses, and can
be used by the analyzer when it is able to identify these tools. It
is intended to group one or more previously-sent alerts together, to
say "these alerts were all the result of someone using this tool."
The ToolAlert class is composed of three aggregate classes, as shown
in Figure 4.3.
+------------------+
| Alert |
+------------------+
/_\
|
+------------------+
| ToolAlert |
+------------------+ +-------------------+
| |<>----------| name |
| | +-------------------+
| | 0..1 +-------------------+
| |<>----------| command |
| | +-------------------+
| | 1..* +-------------------+
| |<>----------| alertident |
| | +-------------------+
| | | STRING analyzerid |
| | +-------------------+
+------------------+
Figure 4.3 - The ToolAlert Class
The aggregate classes that make up ToolAlert are:
name
Exactly one. STRING. The reason for grouping the alerts
together, for example, the name of a particular tool.
command
Zero or one. STRING. The command or operation that the tool was
asked to perform, for example, a BackOrifice ping.
alertident
One or more. STRING. The list of alert identifiers that are
related to this alert. Because alert identifiers are only unique
across the alerts sent by a single analyzer, the optional
"analyzerid" attribute of "alertident" should be used to identify
Curry/Debar Expires: May 7, 2003 [Page 32]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
the analyzer that a particular alert came from. If the
"analyzerid" is not provided, the alert is assumed to have come
from the same analyzer that is sending the ToolAlert.
This is represented in the XML DTD as follows:
4.2.2.2 The CorrelationAlert Class
The CorrelationAlert class carries additional information related to
the correlation of alert information. It is intended to group one or
more previously-sent alerts together, to say "these alerts are all
related."
The CorrelationAlert class is composed of two aggregate classes, as
shown in Figure 4.4.
+------------------+
| Alert |
+------------------+
/_\
|
+------------------+
| CorrelationAlert |
+------------------+ +-------------------+
| |<>----------| name |
| | +-------------------+
| | 1..* +-------------------+
| |<>----------| alertident |
| | +-------------------+
| | | STRING analyzerid |
| | +-------------------+
+------------------+
Figure 4.4 - The CorrelationAlert Class
The aggregate classes that make up CorrelationAlert are:
name
Exactly one. STRING. The reason for grouping the alerts
together, for example, a particular correlation method.
alertident
One or more. STRING. The list of alert identifiers that are
Curry/Debar Expires: May 7, 2003 [Page 33]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
related to this alert. Because alert identifiers are only unique
across the alerts sent by a single analyzer, the optional
"analyzerid" attribute of "alertident" should be used to identify
the analyzer that a particular alert came from. If the
"analyzerid" is not provided, the alert is assumed to have come
from the same analyzer that is sending the CorrelationAlert.
This is represented in the XML DTD as follows.
4.2.2.3 The OverflowAlert Class
The OverflowAlert carries additional information related to buffer
overflow attacks. It is intended to enable an analyzer to provide
the details of the overflow attack itself.
The OverflowAlert class is composed of three aggregate classes, as
shown in Figure 4.5.
+------------------+
| Alert |
+------------------+
/_\
|
+------------------+
| OverflowAlert |
+------------------+ +---------+
| |<>----------| program |
| | +---------+
| | 0..1 +---------+
| |<>----------| size |
| | +---------+
| | 0..1 +---------+
| |<>----------| buffer |
| | +---------+
+------------------+
Figure 4.5 - The OverflowAlert Class
The aggregate classes that make up OverflowAlert are:
program
Exactly one. STRING. The program that the overflow attack
attempted to run (note: this is not the program that was
Curry/Debar Expires: May 7, 2003 [Page 34]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
attacked).
size
Zero or one. INTEGER. The size, in bytes, of the overflow (i.e.,
the number of bytes the attacker sent).
buffer
Zero or one. BYTE[]. Some or all of the overflow data itself
(dependent on how much the analyzer can capture).
This is represented in the XML DTD as follows:
4.2.3 The Heartbeat Class
Analyzers use Heartbeat messages to indicate their current status to
managers. Heartbeats are intended to be sent in a regular period,
say every ten minutes or every hour. The receipt of a Heartbeat
message from an analyzer indicates to the manager that the analyzer
is up and running; lack of a Heartbeat message (or more likely, lack
of some number of consecutive Heartbeat messages) indicates that the
analyzer or its network connection has failed.
All managers MUST support the receipt of Heartbeat messages; however,
the use of these messages by analyzers is OPTIONAL. Developers of
manager software SHOULD permit the software to be configured on a
per-analyzer basis to use/not use Heartbeat messages.
A Heartbeat message is composed of several aggregate classes, as
shown in Figure 4.6. The aggregate classes themselves are described
in Sections 4.2.4 and 4.2.5.
Curry/Debar Expires: May 7, 2003 [Page 35]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
+--------------+
| Heartbeat |
+--------------+ +------------------+
| STRING ident |<>----------| Analyzer |
| | +------------------+
| | +------------------+
| |<>----------| CreateTime |
| | +------------------+
| | 0..1 +------------------+
| |<>----------| AnalyzerTime |
| | +------------------+
| | 0..* +------------------+
| |<>----------| AdditionalData |
| | +------------------+
+--------------+
Figure 4.6 - The Heartbeat Class
The aggregate classes that make up Heartbeat are:
Analyzer
Exactly one. Identification information for the analyzer that
originated the heartbeat.
CreateTime
Exactly one. The time the heartbeat was created.
AnalyzerTime
Zero or one. The current time on the analyzer (see Section 6.3).
AdditionalData
Zero or more. Information included by the analyzer that does not
fit into the data model. This may be an atomic piece of data, or
a large amount of data provided through an extension to the IDMEF
(see Section 5).
This is represented in the XML DTD as follows:
The Heartbeat class has one attribute:
ident
Optional. A unique identifier for the heartbeat, see Section
3.4.9.
Curry/Debar Expires: May 7, 2003 [Page 36]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
4.2.4 The Core Classes
The core classes -- Analyzer, Source, Target, Classification, and
AdditionalData -- are the main parts of Alerts and Heartbeats, as
shown in Figure 4.7.
+-----------+ +----------------+
| Heartbeat | +-------| Analyzer |
+-----------+ | +----------------+
| |<>---+--+
+-----------+ | | 0..* +----------------+
| +-------| AdditionalData |
| +----------------+
+-----------+ |
| Alert | | 0..* +----------------+
+-----------+ | +-------| Source |
| |<>---+ | +----------------+
| | | 0..* +----------------+
| | +-------| Target |
| | | +----------------+
| |<>------+
+-----------+ | 1..* +----------------+
+-------| Classification |
+----------------+
Figure 4.7 - The Core Classes
4.2.4.1 The Analyzer Class
The Analyzer class identifies the analyzer from which the alert or
heartbeat message originates. Only one analyzer may be encoded for
each alert or heartbeat, and that MUST be the analyzer at which the
alert or heartbeat originated. Although the IDMEF data model does
not prevent the use of hierarchical intrusion detection systems
(where alerts get relayed up the tree), it does not provide any way
to record the identity of the "relay" analyzers along the path from
the originating analyzer to the manager that ultimately receives the
alert.
The Analyzer class is composed of two aggregate classes, as shown in
Figure 4.8.
Curry/Debar Expires: May 7, 2003 [Page 37]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
+---------------------+
| Analyzer |
+---------------------+ 0..1 +---------+
| STRING analyzerid |<>----------| Node |
| STRING manufacturer | +---------+
| STRING model | 0..1 +---------+
| STRING version |<>----------| Process |
| STRING class | +---------+
| STRING ostype |
| STRING osversion |
+---------------------+
Figure 4.8 - The Analyzer Class
The aggregate classes that make up Analyzer are:
Node
Zero or one. Information about the host or device on which the
analyzer resides (network address, network name, etc.).
Process
Zero or one. Information about the process in which the analyzer
is executing.
This is represented in the XML DTD as follows:
The Analyzer class has seven attributes:
analyzerid
Optional (but see below). A unique identifier for the analyzer,
see Section 3.4.9.
This attribute is only "partially" optional. If the analyzer
makes use of the "ident" attributes on other classes to provide
unique identifiers for those objects, then it MUST also provide a
valid "analyzerid" attribute. This requirement is dictated by the
uniqueness requirements of the "ident" attribute (they are unique
only within the context of a particular "analyzerid"). If the
analyzer does not make use of the "ident" attributes however, it
Curry/Debar Expires: May 7, 2003 [Page 38]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
may also omit the "analyzerid" attribute.
manufacturer
Optional. The manufacturer of the analyzer software and/or
hardware.
model
Optional. The model name/number of the analyzer software and/or
hardware.
version
Optional. The version number of the analyzer software and/or
hardware.
class
Optional. The class of analyzer software and/or hardware.
ostype
Optional. Operating system name. On POSIX 1003.1 compliant
systems, this is the value returned in utsname.sysname by the
uname() system call, or the output of the "uname -s" command.
osversion
Optional. Operating system version. On POSIX 1003.1 compliant
systems, this is the value returned in utsname.release by the
uname() system call, or the output of the "uname -r" command.
The "manufacturer", "model", "version", and "class" attributes'
contents are vendor-specific, but may be used together to identify
different types of analyzers (and perhaps make determinations about
the contents to expect in other vendor-specific fields of IDMEF
messages).
4.2.4.2 The Classification Class
The Classification class provides the "name" of an alert, or other
information allowing the manager to determine what it is.
The Classification class is composed of two aggregate classes, as
shown in Figure 4.9.
Curry/Debar Expires: May 7, 2003 [Page 39]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
+----------------+
| Classification |
+----------------+ +------+
| STRING origin |<>----------| name |
| | +------+
| | +------+
| |<>----------| url |
| | +------+
+----------------+
Figure 4.9 - The Classification Class
The aggregate classes that make up Classification are:
name
Exactly one. STRING. The name of the alert, from one of the
origins listed below.
url
Exactly one. STRING. A URL at which the manager (or the human
operator of the manager) can find additional information about the
alert. The document pointed to by the URL may include an in-depth
description of the attack, appropriate countermeasures, or other
information deemed relevant by the vendor.
This is represented in the XML DTD as follows:
The Classification class has one attribute:
origin
Required. The source from which the name of the alert originates.
The permitted values for this attribute are shown below. The
default value is "unknown".
Rank Keyword Description
---- ------- -----------
0 unknown Origin of the name is not known
1 bugtraqid The SecurityFocus.com ("Bugtraq")
vulnerability database identifier
(http://www.securityfocus.com/vdb)
2 cve The Common Vulnerabilities and Exposures
(CVE) name (http://www.cve.mitre.org/)
Curry/Debar Expires: May 7, 2003 [Page 40]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
3 vendor-specific A vendor-specific name (and hence, URL);
this can be used to provide product-
specific information
4.2.4.3 The Source Class
The Source class contains information about the possible source(s) of
the event(s) that generated an alert. An event may have more than
one source (e.g., in a distributed denial of service attack).
The Source class is composed of four aggregate classes, as shown in
Figure 4.10.
+------------------+
| Source |
+------------------+ 0..1 +---------+
| STRING ident |<>----------| Node |
| ENUM spoofed | +---------+
| STRING interface | 0..1 +---------+
| |<>----------| User |
| | +---------+
| | 0..1 +---------+
| |<>----------| Process |
| | +---------+
| | 0..1 +---------+
| |<>----------| Service |
| | +---------+
+------------------+
Figure 4.10 - The Source Class
The aggregate classes that make up Source are:
Node
Zero or one. Information about the host or device that appears to
be causing the events (network address, network name, etc.).
User
Zero or one. Information about the user that appears to be
causing the event(s).
Process
Zero or one. Information about the process that appears to be
causing the event(s).
Service
Zero or one. Information about the network service involved in
the event(s).
This is represented in the XML DTD as follows:
Curry/Debar Expires: May 7, 2003 [Page 41]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
The Source class has three attributes:
ident
Optional. A unique identifier for this source, see Section 3.4.9.
spoofed
Optional. An indication of whether the source is, as far as the
analyzer can determine, a decoy. The permitted values for this
attribute are shown below. The default value is "unknown".
Rank Keyword Description
---- ------- -----------
0 unknown Accuracy of source information unknown
1 yes Source is believed to be a decoy
2 no Source is believed to be "real"
interface
Optional. May be used by a network-based analyzer with multiple
interfaces to indicate which interface this source was seen on.
4.2.4.4 The Target Class
The Target class contains information about the possible target(s) of
the event(s) that generated an alert. An event may have more than
one target (e.g., in the case of a port sweep).
The Target class is composed of four aggregate classes, as shown in
Figure 4.11.
Curry/Debar Expires: May 7, 2003 [Page 42]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
+------------------+
| Target |
+------------------+ 0..1 +----------+
| STRING ident |<>----------| Node |
| ENUM decoy | +----------+
| STRING interface | 0..1 +----------+
| |<>----------| User |
| | +----------+
| | 0..1 +----------+
| |<>----------| Process |
| | +----------+
| | 0..1 +----------+
| |<>----------| Service |
| | +----------+
| | 0..1 +----------+
| |<>----------| FileList |
| | +----------+
+------------------+
Figure 4.11 - The Target Class
The aggregate classes that make up Target are:
Node
Zero or one. Information about the host or device at which the
event(s) (network address, network name, etc.) is being directed.
User
Zero or one. Information about the user at which the event(s) is
being directed.
Process
Zero or one. Information about the process at which the event(s)
is being directed.
Service
Zero or one. Information about the network service involved in
the event(s).
FileList
Zero or one. Information about file(s) involved in the event(s).
This is represented in the XML DTD as follows:
The Target class has three attributes:
ident
Optional. A unique identifier for this target, see Section 3.4.9.
decoy
Optional. An indication of whether the target is, as far as the
analyzer can determine, a decoy. The permitted values for this
attribute are shown below. The default value is "unknown".
Rank Keyword Description
---- ------- -----------
0 unknown Accuracy of target information unknown
1 yes Target is believed to be a decoy
2 no Target is believed to be "real"
interface
Optional. May be used by a network-based analyzer with multiple
interfaces to indicate which interface this target was seen on.
4.2.4.5 The Assessment Class
The Assessment class is used to provide the analyzer's assessment of
an event -- its impact, actions taken in response, and confidence.
The Assessment class is composed of three aggregate classes, as shown
in Figure 4.12.
+------------------+
| Assessment |
+------------------+ 0..1 +------------+
| |<>----------| Impact |
| | +------------+
| | 0..* +------------+
| |<>----------| Action |
| | +------------+
| | 0..1 +------------+
| |<>----------| Confidence |
| | +------------+
+------------------+
Figure 4.12 - The Assessment Class
The aggregate classes that make up Assessment are:
Impact
Zero or one. The analyzer's assessment of the impact of the event
Curry/Debar Expires: May 7, 2003 [Page 44]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
on the target(s).
Action
Zero or more. The action(s) taken by the analyzer in response to
the event.
Confidence
A measurement of the confidence the analyzer has in its evaluation
of the event.
This is represented in the XML DTD as follows:
4.2.4.6 The AdditionalData Class
The AdditionalData class is used to provide information that cannot
be represented by the data model. AdditionalData can be used to
provide atomic data (integers, strings, etc.) in cases where only
small amounts of additional information need to be sent; it can also
be used to extend the data model and the DTD to support the
transmission of complex data (such as packet headers). Detailed
instructions for extending the data model and the DTD are provided in
Section 5.
The AdditionalData element is declared in the XML DTD as follows:
The AdditionalData class has two attributes:
type
Required. The type of data included in the element content.
The permitted values for this attribute are shown below. The
default value is "string".
Rank Keyword Description
---- ------- -----------
0 boolean The element contains a boolean value,
i.e., the strings "true" or "false"
1 byte The element content is a single 8-bit
Curry/Debar Expires: May 7, 2003 [Page 45]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
byte (see Section 3.4.4)
2 character The element content is a single
character (see Section 3.4.3)
3 date-time The element content is a date-time
string (see Section 3.4.6)
4 integer The element content is an integer (see
Section 3.4.1)
5 ntpstamp The element content is an NTP timestamp
(see Section 3.4.7)
6 portlist The element content is a list of ports
(see Section 3.4.8)
7 real The element content is a real number
(see Section 3.4.2)
8 string The element content is a string (see
Section 3.4.3)
9 xml The element content is XML-tagged data
(see Section 5.2)
meaning
Optional. A string describing the meaning of the element content.
These values will be vendor/implementation dependent; the method
for ensuring that managers understand the strings sent by analyzer
is outside the scope of this specification.
4.2.5 The Time Classes
The data model provides three classes for representing time. These
classes are aggregates of the Alert and Heartbeat classes.
4.2.5.1 The CreateTime Class
The CreateTime class is used to indicate the date and time the alert
or heartbeat was created by the analyzer. It is represented in the
XML DTD as follows:
The DATETIME format of the element content is described
in Section 3.4.6.
The CreateTime class has one attribute:
ntpstamp
Required. The NTP timestamp representing the same date and time
as the element content. The NTPSTAMP format of this attribute's
value is described in Section 3.4.7.
Curry/Debar Expires: May 7, 2003 [Page 46]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
If the date and time represented by the element content and the NTP
timestamp differ (should "never" happen), the value in the NTP
timestamp MUST be used.
4.2.5.2 The DetectTime Class
The DetectTime class is used to indicate the date and time the
event(s) producing an alert was detected by the analyzer. In the
case of more than one event, the time the first event was detected.
(This may or may not be the same time as CreateTime; analyzers are
not required to send alerts immediately upon detection). It is
represented in the XML DTD as follows:
The DATETIME format of the element content is described
in Section 3.4.6.
The DetectTime class has one attribute:
ntpstamp
Required. The NTP timestamp representing the same date and time
as the element content. The NTPSTAMP format of this attribute's
value is described in Section 3.4.7.
If the date and time represented by the element content and the NTP
timestamp differ (should "never" happen), the value in the NTP
timestamp MUST be used.
4.2.5.3 The AnalyzerTime Class
The AnalyzerTime class is used to indicate the current date and time
on the analyzer. Its values should be filled in as late as possible
in the message transmission process, ideally immediately before
placing the message "on the wire." It is represented in the XML DTD
as follows:
The DATETIME format of the element content is
described in Section 3.4.6.
The AnalyzerTime class has one attribute:
Curry/Debar Expires: May 7, 2003 [Page 47]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
ntpstamp
Required. The NTP timestamp representing the same date and time
as the element content. The NTPSTAMP format of this attribute's
value is described in Section 3.4.7.
If the date and time represented by the element content and the NTP
timestamp differ (should "never" happen), the value in the NTP
timestamp MUST be used.
The use of to perform rudimentary time synchronization
between analyzers and managers is discussed in Section 6.3.
4.2.6 The Assessment Classes
The data model provides three types of "assessments" that an analyzer
can make about an event. These classes are aggregates of the
Assessment class.
4.2.6.1 The Impact Class
The Impact class is used to provide the analyzer's assessment of the
impact of the event on the target(s). It is represented in the XML
DTD as follows:
The Impact class has three attributes:
severity
An estimate of the relative severity of the event. The permitted
values are shown below. There is no default value.
Rank Keyword Description
---- ------- -----------
0 low Low severity
1 medium Medium severity
Curry/Debar Expires: May 7, 2003 [Page 48]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
2 high High severity
completion
An indication of whether the analyzer believes the attempt that
the event describes was successful or not. The permitted values
are shown below. There is no default value.
Rank Keyword Description
---- ------- -----------
0 failed The attempt was not successful
1 succeeded The attempt succeeded
type
The type of attempt represented by this event, in relatively broad
categories. The permitted values are shown below. The default
value is "other."
Rank Keyword Description
---- ------- -----------
0 admin Administrative privileges were
attempted or obtained
1 dos A denial of service was attempted or
completed
2 file An action on a file was attempted or
completed
3 recon A reconnaissance probe was attempted
or completed
4 user User privileges were attempted or
obtained
5 other Anything not in one of the above
categories
All three attributes are optional. The element itself may be empty,
or may contain a textual description of the impact, if the analyzer
is able to provide additional details.
4.2.6.2 The Action Class
The Action class is used to describe any actions taken by the
analyzer in response to the event. Is is represented in the XML DTD
as follows:
Curry/Debar Expires: May 7, 2003 [Page 49]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
Action has one attribute:
category
The type of action taken. The permitted values are shown below.
The default value is "other."
Rank Keyword Description
---- ------- -----------
0 block-installed A block of some sort was installed to
prevent an attack from reaching its
destination. The block could be a port
block, address block, etc., or disabling
a user account.
1 notification-sent A notification message of some sort was
sent out-of-band (via pager, e-mail,
etc.). Does not include the
transmission of this alert.
2 taken-offline A system, computer, or user was taken
offline, as when the computer is shut
down or a user is logged off.
3 other Anything not in one of the above
categories.
The element itself may be empty, or may contain a textual description
of the action, if the analyzer is able to provide additional details.
4.2.6.3 The Confidence Class
The Confidence class is used to represent the analyzer's best
estimate of the validity of its analysis. It is represented in the
XML DTD as follows:
The Confidence class has one attribute:
rating
The analyzer's rating of its analytical validity. The permitted
values are shown below. The default value is "numeric."
Rank Keyword Description
---- ------- -----------
0 low The analyzer has little confidence in
its validity
1 medium The analyzer has average confidence in
Curry/Debar Expires: May 7, 2003 [Page 50]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
its validity
2 high The analyzer has high confidence in its
validity
3 numeric The analyzer has provided a posterior
probability value indicating its
confidence in its validity
This element should be used only when the analyzer can produce
meaningful information. Systems that can output only a rough
heuristic should use "low", "medium", or "high" as the rating value.
In this case, the element content should be omitted.
Systems capable of producing reasonable probability estimates should
use "numeric" as the rating value and include a numeric confidence
value in the element content. This numeric value should reflect a
posterior probability (the probability that an attack has occurred
given the data seen by the detection system and the model used by the
system). It is a floating point number between 0.0 and 1.0,
inclusive. The number of digits should be limited to those
representable by a single precision floating point value, and may be
represented as described in Section 3.4.2.
NOTE: It should be noted that different types of analyzers may
compute confidence values in different ways and that in many
cases, confidence values from different analyzers should not be
compared (for example, if the analyzers use different methods
of computing or representing confidence, or are of different
types or configurations). Care should be taken when
implementing systems that process confidence values (such as
event correlators) not to make comparisons or assumptions that
cannot be supported by the system's knowledge of the
environment in which it is working.
4.2.7 The Support Classes
The support classes make up the major parts of the core classes, and
are shared between them.
4.2.7.1 The Node Class
The Node class is used to identify hosts and other network devices
(routers, switches, etc.).
The Node class is composed of three aggregate classes, as shown in
Figure 4.13.
Curry/Debar Expires: May 7, 2003 [Page 51]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
+---------------+
| Node |
+---------------+ 0..1 +----------+
| STRING ident |<>----------| location |
| ENUM category | +----------+
| | 0..1 +----------+
| |<>----------| name |
| | +----------+
| | 0..* +----------+
| |<>----------| Address |
| | +----------+
+---------------+
Figure 4.13 - The Node Class
The aggregate classes that make up Node are:
location
Zero or one. STRING. The location of the equipment.
name
Zero or one. STRING. The name of the equipment. This
information MUST be provided if no Address information is given.
Address
Zero or more. The network or hardware address of the equipment.
Unless a name (above) is provided, at least one address must be
specified.
This is represented in the XML DTD as follows:
The Node class has two attributes:
ident
Optional. A unique identifier for the node, see Section 3.4.9.
category
Optional. The "domain" from which the name information was
obtained, if relevant. The permitted values for this attribute
are shown below. The default value is "unknown".
Curry/Debar Expires: May 7, 2003 [Page 52]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
Rank Keyword Description
---- ------- -----------
0 unknown Domain unknown or not relevant
1 ads Windows 2000 Advanced Directory Services
2 afs Andrew File System (Transarc)
3 coda Coda Distributed File System
4 dfs Distributed File System (IBM)
5 dns Domain Name System
6 hosts Local hosts file
7 kerberos Kerberos realm
8 nds Novell Directory Services
9 nis Network Information Services (Sun)
10 nisplus Network Information Services Plus (Sun)
11 nt Windows NT domain
12 wfw Windows for Workgroups
4.2.7.1.1 The Address Class
The Address class is used to represent network, hardware, and
application addresses.
The Address class is composed of two aggregate classes, as shown in
Figure 4.14.
+------------------+
| Address |
+------------------+ +---------+
| STRING ident |<>----------| address |
| ENUM category | +---------+
| STRING vlan-name | 0..1 +---------+
| INTEGER vlan-num |<>----------| netmask |
| | +---------+
+------------------+
Figure 4.14 - The Address Class
The aggregate classes that make up Address are:
address
Exactly one. STRING. The address information. The format of
this data is governed by the category attribute.
netmask
Zero or one. STRING. The network mask for the address, if
appropriate.
This is represented in the XML DTD as follows:
The Address class has four attributes:
ident
Optional. A unique identifier for the address, see Section 3.4.9.
category
Optional. The type of address represented. The permitted values
for this attribute are shown below. The default value is
"unknown".
Rank Keyword Description
---- ------- -----------
0 unknown Address type unknown
1 atm Asynchronous Transfer Mode network
address
2 e-mail Electronic mail address (RFC 822)
3 lotus-notes Lotus Notes e-mail address
4 mac Media Access Control (MAC) address
5 sna IBM Shared Network Architecture (SNA)
address
6 vm IBM VM ("PROFS") e-mail address
7 ipv4-addr IPv4 host address in dotted-decimal
notation (a.b.c.d)
8 ipv4-addr-hex IPv4 host address in hexadecimal
notation
9 ipv4-net IPv4 network address in dotted-decimal
notation, slash, significant bits
(a.b.c.d/nn)
10 ipv4-net-mask IPv4 network address in dotted-decimal
notation, slash, network mask in dotted-
decimal notation (a.b.c.d/w.x.y.z)
11 ipv6-addr IPv6 host address
12 ipv6-addr-hex IPv6 host address in hexadecimal
notation
13 ipv6-net IPv6 network address, slash, significant
bits
14 ipv6-net-mask IPv6 network address, slash, network
mask
vlan-name
Curry/Debar Expires: May 7, 2003 [Page 54]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
Optional. The name of the Virtual LAN to which the address
belongs.
vlan-num
Optional. The number of the Virtual LAN to which the address
belongs.
4.2.7.2 The User Class
The User class is used to describe users. It is primarily used as a
"container" class for the UserId aggregate class, as shown in Figure
4.15.
+---------------+
| User |
+---------------+ 1..* +--------+
| STRING ident |<>----------| UserId |
| ENUM category | +--------+
+---------------+
Figure 4.15 - The User Class
The aggregate class contained in User is:
UserId
One or more. Identification of a user, as indicated by its type
attribute (see Section 4.2.7.2.1).
This is represented in the XML DTD as follows:
The User class has two attributes:
ident
Optional. A unique identifier for the user, see Section 3.4.9.
category
Optional. The type of user represented. The permitted values
for this attribute are shown below. The default value is
"unknown".
Curry/Debar Expires: May 7, 2003 [Page 55]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
Rank Keyword Description
---- ------- -----------
0 unknown User type unknown
1 application An application user
2 os-device An operating system or device user
4.2.7.2.1 The UserId Class
The UserId class provides specific information about a user. More
than one UserId can be used within the User class to indicate
attempts to transition from one user to another, or to provide
complete information about a user's (or process') privileges.
The UserId class is composed of two aggregate classes, as shown in
Figure 4.16.
+--------------+
| UserId |
+--------------+ 0..1 +--------+
| STRING ident |<>----------| name |
| ENUM type | +--------+
| | 0..1 +--------+
| |<>----------| number |
| | +--------+
+--------------+
Figure 4.16 - The UserId Class
The aggregate classes that make up UserId are:
name
Zero or one. STRING. A user or group name.
number
Zero or one. INTEGER. A user or group number.
This is represented in the XML DTD as follows:
The UserId class has two attributes:
Curry/Debar Expires: May 7, 2003 [Page 56]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
ident
Optional. A unique identifier for the user id, see Section 3.4.9.
type
Optional. The type of user information represented. The
permitted values for this attribute are shown below. The default
value is "original-user".
Rank Keyword Description
---- ------- -----------
0 current-user The current user id being used by the
user or process. On Unix systems, this
would be the "real" user id, in general.
1 original-user The actual identity of the user or
process being reported on. On those
systems that (a) do some type of
auditing and (b) support extracting a
user id from the "audit id" token, that
value should be used. On those systems
that do not support this, and where the
user has logged into the system, the
"login id" should be used.
2 target-user The user id the user or process is
attempting to become. This would apply,
on Unix systems for example, when the
user attempts to use "su," "rlogin,"
"telnet," etc.
3 user-privs Another user id the user or process has
the ability to use, or a user id assoc-
iated with a file permission. On Unix
systems, this would be the "effective"
user id in a user or process context,
and the owner permissions in a file
context. Multiple UserId elements of
this type may be used to specify a list
of privileges.
4 current-group The current group id (if applicable)
being used by the user or process. On
Unix systems, this would be the "real"
group id, in general.
5 group-privs Another group id the group or process
has the ability to use, or a group id
associated with a file permission. On
Unix systems, this would be the "effect-
ive" group id in a group or process
context, and the group permissions in a
file context. On BSD-derived Unix
systems, multiple UserId elements of
this type would be used to include all
the group ids on the "group list."
6 other-privs Not used in a user, group, or process
context, only used in the file context.
Curry/Debar Expires: May 7, 2003 [Page 57]
Internet-Draft IDMEF Data Model & DTD November 8, 2002
The file permissions assigned to users
who do not match either the user or
group permissions on the file. On Unix
systems, this would be the "world"
permissions.
4.2.7.3 The Process Class
The Process class is used to describe processes being executed on
sources, targets, and analyzers.
The Process class is composed of five aggregate classes, as shown in
Figure 4.17.
+--------------+
| Process |
+--------------+ +------+
| STRING ident |<>----------| name |
| | +------+
| | 0..1 +------+
| |<>----------| pid |
| | +------+
| | 0..1 +------+
| |<>----------| path |
| | +------+
| | 0..* +------+
| |<>----------| arg |
|