-
Notifications
You must be signed in to change notification settings - Fork 0
/
ArchiveFile.json
50 lines (50 loc) · 2.03 KB
/
ArchiveFile.json
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
{
"@context": {
"case-investigation": "https://ontology.caseontology.org/case/investigation/",
"kb": "http://example.org/kb/",
"uco-core": "https://ontology.unifiedcyberontology.org/uco/core/",
"uco-observable": "https://ontology.unifiedcyberontology.org/uco/observable/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "kb:ArchiveFile-1",
"@type": "uco-observable:ArchiveFile",
"case-investigation:wasDerivedFrom": [],
"uco-core:createdBy": null,
"uco-core:description": [],
"uco-core:externalReference": [],
"uco-core:hasFacet": [
{
"@id": "kb:ArchiveFileFacet-1",
"@type": "uco-observable:ArchiveFileFacet",
"uco-observable:archiveType": null,
"uco-observable:comment": null,
"uco-observable:version": null
},
{
"@id": "kb:FileFacet-1",
"@type": "uco-observable:FileFacet",
"uco-observable:accessedTime": null,
"uco-observable:allocationStatus": null,
"uco-observable:extension": null,
"uco-observable:fileName": [],
"uco-observable:filePath": [],
"uco-observable:isDirectory": [],
"uco-observable:metadataChangeTime": null,
"uco-observable:modifiedTime": null,
"uco-observable:observableCreatedTime": null,
"uco-observable:sizeInBytes": null
}
],
"uco-core:modifiedTime": [],
"uco-core:name": null,
"uco-core:objectCreatedTime": null,
"uco-core:objectMarking": [],
"uco-core:specVersion": null,
"uco-core:tag": [],
"uco-observable:hasChanged": null,
"uco-observable:state": null
}
]
}