-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathipv4-addr-pattern.xml
executable file
·40 lines (40 loc) · 2.48 KB
/
ipv4-addr-pattern.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
<stix:STIX_Package
xmlns:AddressObj="http://cybox.mitre.org/objects#AddressObject-2"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:stixVocabs="http://stix.mitre.org/default_vocabularies-1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:stixCommon="http://stix.mitre.org/common-1"
xmlns:example="http://example.com"
xmlns:indicator="http://stix.mitre.org/Indicator-2"
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:stix="http://stix.mitre.org/stix-1"
xmlns:cyboxVocabs="http://cybox.mitre.org/default_vocabularies-2"
xmlns:cybox="http://cybox.mitre.org/cybox-2"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
id="example:STIXPackage-84c61aa5-0fc8-45bb-b9d8-42df3636b5b8" version="1.2">
<stix:Indicators>
<stix:Indicator id="example:indicator-53fe3b22-0201-47cf-85d0-97c02164528d" timestamp="2014-05-08T09:00:00+00:00" xsi:type='indicator:IndicatorType'>
<indicator:Title>IP Address for known C2 channel</indicator:Title>
<indicator:Type xsi:type="stixVocabs:IndicatorTypeVocab-1.1">IP Watchlist</indicator:Type>
<indicator:Valid_Time_Position>
<indicator:Start_Time precision="second">2014-05-08T09:00:00+00:00</indicator:Start_Time>
</indicator:Valid_Time_Position>
<indicator:Observable id="example:Observable-b9c09bf2-98e5-4e97-a847-16252565702a">
<cybox:Object id="example:Address-9ee377e4-f151-4fae-b49c-9ab0764826d0">
<cybox:Properties xsi:type="AddressObj:AddressObjectType" category="ipv4-addr">
<AddressObj:Address_Value condition="Equals">10.0.0.0</AddressObj:Address_Value>
</cybox:Properties>
<cybox:Related_Objects>
<cybox:Related_Object id="example:Address-9c0e3b31-38c2-4dd2-a173-b93b23dbe5ae">
<cybox:Properties xsi:type="AddressObj:AddressObjectType" category="mac">
<AddressObj:Address_Value condition="Equals">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>
</indicator:Observable>
</stix:Indicator>
</stix:Indicators>
</stix:STIX_Package>