IODEF Enumeration Reference Format
draft-ietf-mile-enum-reference-format-08
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (mile WG)
|
|
Last updated |
|
2014-09-06
|
|
Replaces |
|
draft-montville-mile-enum-reference-format
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Proposed Standard
|
|
Formats |
|
plain text
pdf
html
bibtex
|
Stream |
WG state
|
|
Submitted to IESG for Publication
|
|
Document shepherd |
|
David Waltermire
|
|
Shepherd write-up |
|
Show
(last changed 2014-06-23)
|
IESG |
IESG state |
|
AD Evaluation
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Kathleen Moriarty
|
|
Send notices to |
|
mile-chairs@tools.ietf.org, draft-ietf-mile-enum-reference-format@tools.ietf.org
|
INTERNET-DRAFT Adam W. Montville
Intended Status: Standards Track (Tripwire)
Updates: 5070 (if approved) David Black
Expires: March 10, 2015 (EMC)
September 6, 2014
IODEF Enumeration Reference Format
draft-ietf-mile-enum-reference-format-08
Abstract
The Incident Object Description Exchange Format (IODEF) is an XML
data representation framework for sharing information about computer
security incidents. In IODEF, the Reference class provides
references to externally specified information such as a
vulnerability, IDS alert, malware sample, advisory, or attack
technique. In practice, these references are based on external
enumeration specifications that define both the enumeration format
and the specific enumeration values, but the IODEF Reference class
(as specified in RFC 5070) does not indicate how to include both of
these important pieces of information.
This memo provides an extension to RFC 5070 to include both the
external specification and specific enumeration value in the IODEF
Reference class. This memo also establishes an IANA registry to
manage external enumeration specifications for use by IODEF.
Status of this Memo
This Internet-Draft is submitted to IETF in full conformance with the
provisions of BCP 78 and BCP 79.
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
Adam W. Montville Expires March 10, 2015 [Page 1]
INTERNET DRAFT IODEF Enumeration Reference Format September 6, 2014
http://www.ietf.org/1id-abstracts.html
The list of Internet-Draft Shadow Directories can be accessed at
http://www.ietf.org/shadow.html
Copyright and License Notice
Copyright (c) 2014 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
This document may contain material from IETF Documents or IETF
Contributions published or made publicly available before November
10, 2008. The person(s) controlling the copyright in some of this
material may not have granted the IETF Trust the right to allow
modifications of such material outside the IETF Standards Process.
Without obtaining an adequate license from the person(s) controlling
the copyright in such materials, this document may not be modified
outside the IETF Standards Process, and derivative works of it may
not be created outside the IETF Standards Process, except to format
it for publication as an RFC or to translate it into languages other
than English.
Table of Contents
1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1 Terminology . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Referencing External Enumerations . . . . . . . . . . . . . . 3
3 Security Considerations . . . . . . . . . . . . . . . . . . . . 6
4 IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 6
5 The ReferenceName Schema . . . . . . . . . . . . . . . . . . . . 8
6 References . . . . . . . . . . . . . . . . . . . . . . . . . . 9
6.1 Normative References . . . . . . . . . . . . . . . . . . . 9
6.2 Informative References . . . . . . . . . . . . . . . . . . 9
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 9
Adam W. Montville Expires March 10, 2015 [Page 2]
INTERNET DRAFT IODEF Enumeration Reference Format September 6, 2014
1 Introduction
There is an identified need to specify a format to include relevant
Show full document text