Skip to content

Issue 48: implement the stix 21 windows pe binary vocabulary #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

brett-heffelfinger
Copy link
Contributor

Closes #48

@brett-heffelfinger brett-heffelfinger self-assigned this Jun 6, 2025
@brett-heffelfinger brett-heffelfinger linked an issue Jun 6, 2025 that may be closed by this pull request
Comment on lines +171 to +183
gist:WindowsPEBinaryType
a owl:Class ;
rdfs:subClassOf gist:StixCategoryObject ;
skos:definition """STIX 2.1 description:
The Windows PE binary vocabulary is currently used in the following SCO(s):
● File (Windows PE Binary extension)

An open vocabulary of Windows PE binary types."""^^xsd:string ;
skos:example ""^^xsd:string ;
skos:note ""^^xsd:string ;
skos:prefLabel "Windows™ PE Binary Vocabulary"^^xsd:string ;
gist:stixTerm "windows-pebinary-type-ov"^^xsd:string ;
.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Move to TBox
  • Change IRI per gist convention to avoid camelcasing ambiguity with acronyms
  • add examples
  • add note
  • align prefLabel with IRI, remove trademark character - asking for trouble.
Suggested change
gist:WindowsPEBinaryType
a owl:Class ;
rdfs:subClassOf gist:StixCategoryObject ;
skos:definition """STIX 2.1 description:
The Windows PE binary vocabulary is currently used in the following SCO(s):
● File (Windows PE Binary extension)
An open vocabulary of Windows PE binary types."""^^xsd:string ;
skos:example ""^^xsd:string ;
skos:note ""^^xsd:string ;
skos:prefLabel "Windows™ PE Binary Vocabulary"^^xsd:string ;
gist:stixTerm "windows-pebinary-type-ov"^^xsd:string ;
.
gist:WindowsPeBinaryType
a owl:Class ;
rdfs:subClassOf gist:StixCategoryObject ;
skos:definition """STIX 2.1 description:
The Windows PE binary vocabulary is currently used in the following SCO(s):
● File (Windows PE Binary extension)
An open vocabulary of Windows PE binary types."""^^xsd:string ;
skos:example "exe, dll"^^xsd:string ;
skos:note "PE stands for Portable Executable"^^xsd:string ;
skos:prefLabel "Windows PE Binary Type"^^xsd:string ;
gist:stixTerm "windows-pebinary-type-ov"^^xsd:string ;
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the STIX 2.1 Windows™ PE Binary Vocabulary
2 participants