ocsf-schema icon indicating copy to clipboard operation
ocsf-schema copied to clipboard

Create `threat_intelligence` Profile, add STIX 2.1 SDOs to OCSF

Open jonrau-at-queryai opened this issue 11 months ago • 0 comments

Related Issue:

#988

Description of changes:

  • Added threat_intelligence object.
  • Added threat_intelligence Profile based on threat_intelligence object.
  • Added signatures object, an array of signature objects.
  • Added subdomains object, an array of subdomain used to enumerate DGA-generated domains.
  • Added whois object.
  • Added contact and array-typed contacts object for use with whois object.
  • Added stix_object object to serve as a base STIX Object that contains mandatory and optional common properties.
  • Added several STIX 2.1 SDO-based objects: stix_campaign, stix_malware, stix_malware_analysis, stix_intrusion_set, stix_threat_actor, and stix_tool corresponding to the following SDOs, respectively: Campaign, Malware, Malware Analysis, Intrusion Set, Threat Actor, and Tool.
  • Added is_self_signed Boolean attribute to certificate object.

Several dozen attributes were added to dictionary to support whois, contact and the various stix_ objects. Attributes were re-used as much as possible where they made sense.

jonrau-at-queryai avatar Mar 19 '24 23:03 jonrau-at-queryai