-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
158 changed files
with
4,517 additions
and
17,293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE rdf:RDF [ | ||
<!ENTITY attack "http://attack.mitre.org/ns/attack#"> | ||
<!ENTITY owl "http://www.w3.org/2002/07/owl#"> | ||
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | ||
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#"> | ||
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#"> | ||
]> | ||
<rdf:RDF xml:base="http://attack.mitre.org/ns/attack" | ||
xmlns="http://attack.mitre.org/ns/attack#" | ||
xmlns:attack="http://attack.mitre.org/ns/attack#" | ||
xmlns:owl="http://www.w3.org/2002/07/owl#" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> | ||
|
||
<owl:Ontology rdf:about="http://attack.mitre.org/ns/attack"> | ||
<owl:imports rdf:resource="http://docs.oasis-open.org/cti/ns/stix"/> | ||
</owl:Ontology> | ||
|
||
<owl:Class rdf:about="&attack;DataComponent"> | ||
</owl:Class> | ||
|
||
<owl:Class rdf:about="&attack;DataSource"> | ||
</owl:Class> | ||
|
||
<owl:Class rdf:about="&attack;Matrix"> | ||
</owl:Class> | ||
|
||
<owl:Class rdf:about="&attack;Tactic"> | ||
</owl:Class> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_attack_spec_version"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_collection_layers"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:ObjectProperty rdf:about="&attack;x_mitre_contents"> | ||
<rdfs:range rdf:resource="http://docs.oasis-open.org/cti/ns/stix#StixObject"/> | ||
</owl:ObjectProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_contributors"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_data_sources"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_defense_bypassed"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_deprecated"> | ||
<rdfs:range rdf:resource="&xsd;boolean"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_detection"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_domains"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_effective_permissions"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_impact_type"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_is_subtechnique"> | ||
<rdfs:range rdf:resource="&xsd;boolean"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:ObjectProperty rdf:about="&attack;x_mitre_modified_by_ref"> | ||
</owl:ObjectProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_network_requirements"> | ||
<rdfs:range rdf:resource="&xsd;boolean"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_permissions_required"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_platforms"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_remote_support"> | ||
<rdfs:range rdf:resource="&xsd;boolean"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_shortname"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_system_requirements"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:DatatypeProperty rdf:about="&attack;x_mitre_version"> | ||
<rdfs:range rdf:resource="&xsd;string"/> | ||
</owl:DatatypeProperty> | ||
|
||
</rdf:RDF> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE rdf:RDF [ | ||
<!ENTITY owl "http://www.w3.org/2002/07/owl#"> | ||
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | ||
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#"> | ||
<!ENTITY stix "http://docs.oasis-open.org/cti/ns/stix#"> | ||
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#"> | ||
]> | ||
<rdf:RDF xml:base="http://docs.oasis-open.org/cti/ns/open-concepts" | ||
xmlns="http://docs.oasis-open.org/cti/ns/open-concepts#" | ||
xmlns:owl="http://www.w3.org/2002/07/owl#" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||
xmlns:stix="http://docs.oasis-open.org/cti/ns/stix#" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> | ||
|
||
<owl:Ontology rdf:about="http://docs.oasis-open.org/cti/ns/open-concepts"> | ||
<rdfs:comment xml:lang="en-us">Concepts that will be publicly available, meaning their inclusion in the official GitHub repository of the TAC ontology but have not been developed or encoded by the TAC TC, are called Open. The namespaces of concepts that follow the Open model are not incorporated into the main tac.owl file and thus are not part of the core ontology but users of the TAC ontology can do the imports manually.</rdfs:comment> | ||
</owl:Ontology> | ||
|
||
</rdf:RDF> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.