-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcommand-and-control-ip-list.xml
executable file
·44 lines (44 loc) · 2.62 KB
/
command-and-control-ip-list.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<stix:STIX_Package
xmlns:stix="http://stix.mitre.org/stix-1"
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:cybox="http://cybox.mitre.org/cybox-2"
xmlns:example="http://example.com"
xmlns:AddressObj="http://cybox.mitre.org/objects#AddressObject-2"
xmlns:cyboxVocabs="http://cybox.mitre.org/default_vocabularies-2"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
id="example:STIXPackage-cc0ca596-70e6-4dac-9bef-603166d17db8" version="1.2">
<stix:Observables cybox_major_version="2" cybox_minor_version="1" cybox_update_version="0">
<cybox:Observable id="example:observable-c8c32b6e-2ea8-51c4-a446-7f5218072f27">
<cybox:Object id="example:Address-8dc12efa-7408-44d9-b615-d28927ffb802">
<cybox:Properties xsi:type="AddressObj:AddressObjectType" category="ipv4-addr">
<AddressObj:Address_Value>198.51.100.2</AddressObj:Address_Value>
</cybox:Properties>
<cybox:Related_Objects>
<cybox:Related_Object id="example:Address-274f1c47-bed1-4ff9-926c-70969896a508">
<cybox:Properties xsi:type="AddressObj:AddressObjectType" category="mac">
<AddressObj:Address_Value>6a:00:02:5c:e3:c0</AddressObj:Address_Value>
</cybox:Properties>
<cybox:Relationship xsi:type="cyboxVocabs:ObjectRelationshipVocab-1.1">Resolved_To</cybox:Relationship>
</cybox:Related_Object>
</cybox:Related_Objects>
</cybox:Object>
</cybox:Observable>
<cybox:Observable id="example:observable-b57aa65f-9598-44fb-a9d1-5094c36d5dc4">
<cybox:Object id="example:Address-9433d8f1-db16-4730-868f-9ae6b71ad8d1">
<cybox:Properties xsi:type="AddressObj:AddressObjectType" category="ipv4-addr">
<AddressObj:Address_Value>198.51.100.17</AddressObj:Address_Value>
</cybox:Properties>
</cybox:Object>
</cybox:Observable>
<cybox:Observable id="example:observable-19c16346-0eb4-49e2-b0bb-4ec3ed174cac">
<cybox:Object id="example:Address-a65e378b-df31-4e1e-8d5a-d0897b23ee89">
<cybox:Properties xsi:type="AddressObj:AddressObjectType" category="ipv4-addr">
<AddressObj:Address_Value>203.0.113.19</AddressObj:Address_Value>
</cybox:Properties>
</cybox:Object>
</cybox:Observable>
</stix:Observables>
</stix:STIX_Package>