Skip to content

Issue 49 implement the stix 21 windows registry datatype enumeration #105

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 #49

Need feedback/suggestions on the triples as they relate to the idea of enumeration, like in #103.

Comment on lines +2490 to +2496
gist:_WindowsRegistryDatatype_reg-binary
a gist:WindowsRegistryDatatype ;
skos:definition """STIX 2.1 description:
Binary data in any form."""^^xsd:string ;
skos:prefLabel "REG_BINARY"^^xsd:string ;
gist:stixTerm "REG_BINARY"^^xsd:string ;
.
Copy link
Contributor

@uscholdm uscholdm Jun 6, 2025

Choose a reason for hiding this comment

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

'reg' is redundant in the IRI. Suggest to make changes like this for each instance. If my memory serves me, this is consistent with what we have done elsewhere.

Suggested change
gist:_WindowsRegistryDatatype_reg-binary
a gist:WindowsRegistryDatatype ;
skos:definition """STIX 2.1 description:
Binary data in any form."""^^xsd:string ;
skos:prefLabel "REG_BINARY"^^xsd:string ;
gist:stixTerm "REG_BINARY"^^xsd:string ;
.
gist:_WindowsRegistryDatatype_binary
a gist:WindowsRegistryDatatype ;
skos:definition """STIX 2.1 description:
Binary data in any form."""^^xsd:string ;
skos:prefLabel "binary"^^xsd:string ;
gist:stixTerm "REG_BINARY"^^xsd:string ;
.

@rhohimer
Copy link
Collaborator

rhohimer commented Jun 7, 2025 via email

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™ Registry Datatype Enumeration
3 participants