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
Copy file name to clipboardExpand all lines: ontologies/vocabs.ttl
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,9 @@ gist:MalwareResult
92
92
gist:PatternType
93
93
a owl:Class ;
94
94
rdfs:subClassOf gist:StixCategoryObject ;
95
-
skos:definition "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 ;
95
+
skos:definition "A language used to express and indicator pattern"^^xsd:string ;
96
96
skos:prefLabel "Pattern Type"^^xsd:string ;
97
+
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 ;
97
98
.
98
99
99
100
gist:ThreatActorRole
@@ -1090,48 +1091,48 @@ The tool was unable to determine whether the malware binary is malicious."""^^xs
1090
1091
skos:prefLabel "unknown"^^xsd:string ;
1091
1092
.
1092
1093
1093
-
gist:_PatternType_Pcre
1094
-
a gist:AccountType ;
1095
-
skos:definition """STIX 2.1 description:
1096
-
Specifies the Perl Compatible Regular Expressions language [PCRE]."""^^xsd:string ;
1097
-
skos:prefLabel "pcre"^^xsd:string ;
1098
-
.
1099
-
1100
1094
gist:_PatternType_Sigma
1101
-
a gist:AccountType ;
1095
+
a gist:PatternType ;
1102
1096
skos:definition """STIX 2.1 description:
1103
1097
Specifies the SIGMA language."""^^xsd:string ;
1104
1098
skos:prefLabel "sigma"^^xsd:string ;
1105
1099
.
1106
1100
1107
1101
gist:_PatternType_Snort
1108
-
a gist:AccountType ;
1102
+
a gist:PatternType ;
1109
1103
skos:definition """STIX 2.1 description:
1110
1104
Specifies the SNORT language [SNORT]."""^^xsd:string ;
1111
1105
skos:prefLabel "snort"^^xsd:string ;
1112
1106
.
1113
1107
1114
1108
gist:_PatternType_Stix
1115
-
a gist:AccountType ;
1109
+
a gist:PatternType ;
1116
1110
skos:definition """STIX 2.1 description:
1117
1111
Specifies the STIX pattern language defined in section 9 of the specification."""^^xsd:string ;
1118
1112
skos:prefLabel "stix"^^xsd:string ;
1119
1113
.
1120
1114
1121
1115
gist:_PatternType_Suricata
1122
-
a gist:AccountType ;
1116
+
a gist:PatternType ;
1123
1117
skos:definition """STIX 2.1 description:
1124
1118
Specifies the SURICATA language [Suricata]."""^^xsd:string ;
1125
1119
skos:prefLabel "suricata"^^xsd:string ;
1126
1120
.
1127
1121
1128
1122
gist:_PatternType_Yara
1129
-
a gist:AccountType ;
1123
+
a gist:PatternType ;
1130
1124
skos:definition """STIX 2.1 description:
1131
1125
Specifies the YARA language [YARA]."""^^xsd:string ;
1132
1126
skos:prefLabel "yara"^^xsd:string ;
1133
1127
.
1134
1128
1129
+
gist:_PatternType_pcre
1130
+
a gist:PatternType ;
1131
+
skos:definition """STIX 2.1 description:
1132
+
Specifies the Perl Compatible Regular Expressions language [PCRE]."""^^xsd:string ;
0 commit comments