-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathimage-file-observed-data.xml
executable file
·29 lines (29 loc) · 1.62 KB
/
image-file-observed-data.xml
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
<stix:STIX_Package
xmlns:cybox="http://cybox.mitre.org/cybox-2"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:FileObj="http://cybox.mitre.org/objects#FileObject-2"
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:stix="http://stix.mitre.org/stix-1"
xmlns:cyboxVocabs="http://cybox.mitre.org/default_vocabularies-2"
xmlns:example="http://example.com"
xmlns:ImageFileObj="http://cybox.mitre.org/objects#ImageFileObject-1"
id="example:STIXPackage-f097bac3-e6b7-4af1-babc-a282eedab002" version="1.2">
<stix:Observables cybox_major_version="2" cybox_minor_version="1" cybox_update_version="0">
<cybox:Observable id="example:observable-ffeb1a1e-af39-446d-a775-6a4ce022a436">
<cybox:Object id="example:ImageFile-b7e0f947-41cd-4699-991f-3699c60251aa">
<cybox:Properties xsi:type="ImageFileObj:ImageFileObjectType">
<FileObj:File_Name>picture.jpg</FileObj:File_Name>
<FileObj:Hashes>
<cyboxCommon:Hash>
<cyboxCommon:Type xsi:type="cyboxVocabs:HashNameVocab-1.0">SHA256</cyboxCommon:Type>
<cyboxCommon:Simple_Hash_Value>35a01331e9ad96f751278b891b6ea09699806faedfa237d40513d92ad1b7100f</cyboxCommon:Simple_Hash_Value>
</cyboxCommon:Hash>
</FileObj:Hashes>
</cybox:Properties>
</cybox:Object>
</cybox:Observable>
</stix:Observables>
</stix:STIX_Package>