Skip to content

fixes issue #37, implemented the STIX malware capability vocabulary #55

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

Merged
merged 1 commit into from
May 7, 2025

Conversation

rhohimer
Copy link
Collaborator

Added the STIX Malware Capabilites vocabulary to gistCyber.

@rhohimer rhohimer self-assigned this May 1, 2025
Copy link
Contributor

@uscholdm uscholdm left a comment

Choose a reason for hiding this comment

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

PrefLabels not very human readable, remove dashes, be consistent with casing?

Given there are so many capabilities, it is likely that there are categories of capabilities that could result in a hierarchy. But that is up to STIX for now.

gist:MalwareCapability
a owl:Class ;
rdfs:subClassOf gist:StixCategoryObject ;
skos:definition "A Category class who's instances provide categorization by capability of malware. Describes categories of what a malware can do."^^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.

'''suggestion
skos:definition "A category indicating the nature of a malware capability i.e. what the malware can do."^^xsd:string ;

a gist:MalwareCapability ;
skos:definition """STIX 2.1 description:
Indicates that the malware instance or family is able to access one or more remote machines."""^^xsd:string ;
skos:prefLabel "accesses-remote-machines"^^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.

not very human readable, remove dashes? Maybe same case, e.g. "Accesses Remote Machines"

@rhohimer rhohimer merged commit f409e05 into develop May 7, 2025
@rhohimer rhohimer deleted the issue-37-malware-capabilities-vocab branch May 7, 2025 18:38
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.

2 participants