https://unifiedcyberontology.org/ontology/uco/observable#WindowsPEBinaryFileFacet
Instances of observable:WindowsPEBinaryFileFacet can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
VALUE CONSTRAINTS |
TYPE |
---|---|---|---|---|
observable:WindowsPEBinaryFileFacet | ||||
observable:characteristics | 0 | * |
|
xsd:unsignedShort
|
observable:fileHeaderHashes | 0 | * |
|
types:Hash
|
observable:impHash | 0 | 1 |
|
xsd:string
|
observable:machine | 0 | * |
|
xsd:string
|
observable:numberOfSections | 0 | 1 |
|
xsd:integer
|
observable:numberOfSymbols | 0 | 1 |
|
xsd:integer
|
observable:optionalHeader | 0 | 1 |
|
observable:WindowsPEOptionalHeader
|
observable:peType | 0 | 1 |
|
xsd:string
|
observable:pointerToSymbolTable | 0 | * |
|
xsd:hexBinary
|
observable:sections | 0 | * |
|
observable:WindowsPESection
|
observable:sizeOfOptionalHeader | 0 | 1 |
|
xsd:integer
|
observable:timeDateStamp | 0 | 1 |
|
xsd:dateTime
|
@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://unifiedcyberontology.org/ontology/uco/types#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:WindowsPEBinaryFileFacet a owl:Class,
sh:NodeShape ;
rdfs:label "WindowsPEBinaryFileFacet"@en ;
rdfs:comment "A Windows PE binary file facet is a grouping of characteristics unique to a Windows portable executable (PE) file."@en ;
rdfs:subClassOf core:Facet ;
sh:property [ sh:class observable:WindowsPEOptionalHeader ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:optionalHeader ],
[ sh:class observable:WindowsPESection ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:sections ],
[ sh:class types:Hash ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:fileHeaderHashes ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:timeDateStamp ],
[ sh:datatype xsd:hexBinary ;
sh:nodeKind sh:Literal ;
sh:path observable:pointerToSymbolTable ],
[ sh:datatype xsd:integer ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:numberOfSections ],
[ sh:datatype xsd:integer ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:numberOfSymbols ],
[ sh:datatype xsd:integer ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:sizeOfOptionalHeader ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:impHash ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:peType ],
[ sh:datatype xsd:string ;
sh:nodeKind sh:Literal ;
sh:path observable:machine ],
[ sh:datatype xsd:unsignedShort ;
sh:nodeKind sh:Literal ;
sh:path observable:characteristics ] ;
sh:targetClass observable:WindowsPEBinaryFileFacet .