You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
130
138
gist:ThreatActorRole
131
139
a owl:Class ;
132
140
rdfs:subClassOf gist:StixCategoryObject ;
@@ -1680,6 +1688,48 @@ This MAY be considered equivalent to a 1 in a numeric scale."""^^xsd:string ;
1680
1688
skos:prefLabel "strongly-disagree"^^xsd:string ;
1681
1689
.
1682
1690
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 ;
0 commit comments