-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCCE.owl
executable file
·74 lines (66 loc) · 3.8 KB
/
CCE.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0"?>
<!DOCTYPE Ontology [
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://ffrdc.ebiquity.umbc.edu/ns/ontology/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
ontologyIRI="http://ffrdc.ebiquity.umbc.edu/ns/ontology/"
versionIRI="http://ffrdc.ebiquity.umbc.edu/ns/ontology/">
<Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="cbx" IRI="http://cybox.mitre.org/cybox_v1#"/>
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Declaration>
<Class IRI="#CCE"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasAssociatedTechnicalMechanism"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasConceptualParameter"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasDescription"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasReferences"/>
</Declaration>
<Declaration>
<DataProperty IRI="#onPlatform"/>
</Declaration>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasAssociatedTechnicalMechanism</IRI>
<Literal datatypeIRI="&rdf;PlainLiteral">for any given configuration issue there may be one or more ways to implement the desired result</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasConceptualParameter</IRI>
<Literal datatypeIRI="&rdf;PlainLiteral">parameters that would need to be specified in order to implement a CCE on a system</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasDescription</IRI>
<Literal datatypeIRI="&rdf;PlainLiteral">a humanly understandable description of the configuration issue</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasReferences</IRI>
<Literal datatypeIRI="&rdf;PlainLiteral">pointers to the specific sections of the documents or tools in which the configuration issue is described in detail</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#onPlatform</IRI>
<Literal datatypeIRI="&rdf;PlainLiteral">A CCE "platform group" roughly identifies the operating system or application to which a CCE entry applies. CCE’s platform groups adhere to the same level of granularity commonly found in security configuration guidance that are written for individual platforms, as well as in the sets of checks and other features found in configuration audit and management tools. They are a set of high-level "buckets" that imply a particular CCE is "related to" the OS or application named by the platform group. These groups are meant for human interpretation, and are not definitive declarations of a CCE entry’s relation to a particular platform.</Literal>
</AnnotationAssertion>
</Ontology>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->