Skip to content

Commit 075a36a

Browse files
authored
Merge pull request #60 from semanticarts/issue-42-pattern-type-vocab
fixes #42 , implemented the Pattern Type for Indicators vocabulary
2 parents ef225bb + 48b87f3 commit 075a36a

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

ontologies/vocabs.ttl

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ This enumeration captures a degree of agreement with the information in a STIX O
127127
skos:prefLabel "Opinion Enumeration"^^xsd:string ;
128128
.
129129

130+
gist:PatternType
131+
a owl:Class ;
132+
rdfs:subClassOf gist:StixCategoryObject ;
133+
skos:definition "A language used to express and indicator pattern"^^xsd:string ;
134+
skos:prefLabel "Pattern Type"^^xsd:string ;
135+
skos:scopeNote "PatternType is a non-exhaustive, open vocabulary that covers common pattern languages and is intended to characterize the pattern language that an indicator pattern is expressed in."^^xsd:string ;
136+
.
137+
130138
gist:ThreatActorRole
131139
a owl:Class ;
132140
rdfs:subClassOf gist:StixCategoryObject ;
@@ -1680,6 +1688,48 @@ This MAY be considered equivalent to a 1 in a numeric scale."""^^xsd:string ;
16801688
skos:prefLabel "strongly-disagree"^^xsd:string ;
16811689
.
16821690

1691+
gist:_PatternType_Sigma
1692+
a gist:PatternType ;
1693+
skos:definition """STIX 2.1 description:
1694+
Specifies the SIGMA language."""^^xsd:string ;
1695+
skos:prefLabel "sigma"^^xsd:string ;
1696+
.
1697+
1698+
gist:_PatternType_Snort
1699+
a gist:PatternType ;
1700+
skos:definition """STIX 2.1 description:
1701+
Specifies the SNORT language [SNORT]."""^^xsd:string ;
1702+
skos:prefLabel "snort"^^xsd:string ;
1703+
.
1704+
1705+
gist:_PatternType_Stix
1706+
a gist:PatternType ;
1707+
skos:definition """STIX 2.1 description:
1708+
Specifies the STIX pattern language defined in section 9 of the specification."""^^xsd:string ;
1709+
skos:prefLabel "stix"^^xsd:string ;
1710+
.
1711+
1712+
gist:_PatternType_Suricata
1713+
a gist:PatternType ;
1714+
skos:definition """STIX 2.1 description:
1715+
Specifies the SURICATA language [Suricata]."""^^xsd:string ;
1716+
skos:prefLabel "suricata"^^xsd:string ;
1717+
.
1718+
1719+
gist:_PatternType_Yara
1720+
a gist:PatternType ;
1721+
skos:definition """STIX 2.1 description:
1722+
Specifies the YARA language [YARA]."""^^xsd:string ;
1723+
skos:prefLabel "yara"^^xsd:string ;
1724+
.
1725+
1726+
gist:_PatternType_pcre
1727+
a gist:PatternType ;
1728+
skos:definition """STIX 2.1 description:
1729+
Specifies the Perl Compatible Regular Expressions language [PCRE]."""^^xsd:string ;
1730+
skos:prefLabel "pcre"^^xsd:string ;
1731+
.
1732+
16831733
gist:_ThreatActorRole_Agent
16841734
a gist:ThreatActorRole ;
16851735
skos:definition """STIX 2.1 description:

0 commit comments

Comments
 (0)