Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.95 KB

source.md

File metadata and controls

64 lines (47 loc) · 2.95 KB

Source

Source describes a document that provides information about one or more aspects of the incident.

Properties

  • id (required) (string) : A unique string that begins with "source--" and is appended with a UUIDv4
    • Uses pattern: ^source--[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
  • title (required) (string) : The title of the document
  • source_type (string) : The "source" or author of the source document
  • file_type (string) : File type or extension
  • date (date-time) : The date the document was created or most recently modified
  • public (boolean) : Whether the document is publicly available
  • document (string) : A pointer to the document itself, whether a file path, location, URL, or document object

Vocabularies

source-type-vocab

Constants: 1, 2, 3, 4, 5, 6, 7, 99

Const Value Description
1 Court Document Legal document from a court case
2 DOJ Press Release Press release from the Department of Justice or U.S. Attorneys' Office
3 Investigator Notes Raw notes from an incident investigator
4 Logs Technical logs from network, server, or user devices
5 Media News, blog, or similar publication
6 Organization Interview Direct interview with the victim organization
7 Insider Interview Direct interview with the insider
99 Other Other type of source not listed in this vocabulary

source-file-type-vocab

Constants: html, log, pdf, txt, docx, png, xlsx, video, other

Const Value Description
html HTML File A file in HTML format
log Log File A log file containing technical event or transaction logs
pdf PDF File A file in Portable Document Format
txt Text File A plain text file
docx DOCX File A Microsoft Word document
png PNG Image An image file in PNG format
xlsx Excel File A Microsoft Excel spreadsheet
video Video File A video file
other Other File A file of another type not listed in this vocabulary

License

This file is a part of the Insider Incident Data Exchange Standard (IIDES) - see https://github.com/cmu-sei/IIDES

Copyright 2024 Carnegie Mellon University.

[DISTRIBUTION STATEMENT A] This material has been approved for public release and unlimited distribution. Please see Copyright notice for non-US Government use and distribution.

This work is provided "AS-IS" with "NO WARRANTIES OF ANY KIND - EXPRESS OR IMPLIED" and is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Requests for permission for non-licensed uses should be directed to the Software Engineering Institute at [email protected].

CERT® is registered in the U.S. Patent and Trademark Office by Carnegie Mellon University.

DM24-0776