@@ -17,33 +17,33 @@ It demonstrates the use of:
1717Created by Mark Davidson
1818-->
1919<stix : STIX_Package
20- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
21- xmlns:stix=" http://stix.mitre.org/stix-1"
22- xmlns:indicator=" http://stix.mitre.org/Indicator-2"
23- xmlns:cybox=" http://cybox.mitre.org/cybox-2"
24- xmlns:AddressObject=" http://cybox.mitre.org/objects#AddressObject-2"
25- xmlns:cyboxVocabs=" http://cybox.mitre.org/default_vocabularies-2"
26- xmlns:stixVocabs=" http://stix.mitre.org/default_vocabularies-1"
27- xmlns:example=" http://example.com/"
28- id=" example:STIXPackage-33fe3b22-0201-47cf-85d0-97c02164528d"
29- timestamp=" 2014-05-08T09:00:00.000000Z"
30- version=" 1.1.1 " >
31- <stix : STIX_Header >
32- <stix : Title >Example watchlist that contains IP information.</stix : Title >
33- <stix : Package_Intent xsi : type =" stixVocabs:PackageIntentVocab-1.0" >Indicators - Watchlist</stix : Package_Intent >
34- </stix : STIX_Header >
35- <stix : Indicators >
36- <stix : Indicator xsi : type =" indicator:IndicatorType" id =" example:Indicator-33fe3b22-0201-47cf-85d0-97c02164528d" timestamp =" 2014-05-08T09:00:00.000000Z" >
37- <indicator : Type xsi : type =" stixVocabs:IndicatorTypeVocab-1.1" >IP Watchlist</indicator : Type >
38- <indicator : Description >Sample IP Address Indicator for this watchlist. This contains one indicator with a set of three IP addresses in the watchlist.</indicator : Description >
39- <indicator : Observable id =" example:Observable-1c798262-a4cd-434d-a958-884d6980c459" >
40- <cybox : Object id =" example:Object-1980ce43-8e03-490b-863a-ea404d12242e" >
41- <cybox : Properties xsi : type =" AddressObject:AddressObjectType" category =" ipv4-addr" >
42- <AddressObject : Address_Value condition =" Equals" apply_condition =" ANY" >10.0.0.0##comma##10.0.0.1##comma##10.0.0.2</AddressObject : Address_Value >
43- </cybox : Properties >
44- </cybox : Object >
45- </indicator : Observable >
46- </stix : Indicator >
47- </stix : Indicators >
20+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21+ xmlns : stix =" http://stix.mitre.org/stix-1"
22+ xmlns : indicator =" http://stix.mitre.org/Indicator-2"
23+ xmlns : cybox =" http://cybox.mitre.org/cybox-2"
24+ xmlns : AddressObject =" http://cybox.mitre.org/objects#AddressObject-2"
25+ xmlns : cyboxVocabs =" http://cybox.mitre.org/default_vocabularies-2"
26+ xmlns : stixVocabs =" http://stix.mitre.org/default_vocabularies-1"
27+ xmlns : example =" http://example.com/"
28+ id =" example:STIXPackage-33fe3b22-0201-47cf-85d0-97c02164528d"
29+ timestamp =" 2014-05-08T09:00:00.000000Z"
30+ version =" 1.2 " >
31+ <stix : STIX_Header >
32+ <stix : Title >Example watchlist that contains IP information.</stix : Title >
33+ <stix : Package_Intent xsi : type =" stixVocabs:PackageIntentVocab-1.0" >Indicators - Watchlist</stix : Package_Intent >
34+ </stix : STIX_Header >
35+ <stix : Indicators >
36+ <stix : Indicator xsi : type =" indicator:IndicatorType" id =" example:Indicator-33fe3b22-0201-47cf-85d0-97c02164528d" timestamp =" 2014-05-08T09:00:00.000000Z" >
37+ <indicator : Type xsi : type =" stixVocabs:IndicatorTypeVocab-1.1" >IP Watchlist</indicator : Type >
38+ <indicator : Description >Sample IP Address Indicator for this watchlist. This contains one indicator with a set of three IP addresses in the watchlist.</indicator : Description >
39+ <indicator : Observable id =" example:Observable-1c798262-a4cd-434d-a958-884d6980c459" >
40+ <cybox : Object id =" example:Object-1980ce43-8e03-490b-863a-ea404d12242e" >
41+ <cybox : Properties xsi : type =" AddressObject:AddressObjectType" category =" ipv4-addr" >
42+ <AddressObject : Address_Value condition =" Equals" apply_condition =" ANY" >10.0.0.0##comma##10.0.0.1##comma##10.0.0.2</AddressObject : Address_Value >
43+ </cybox : Properties >
44+ </cybox : Object >
45+ </indicator : Observable >
46+ </stix : Indicator >
47+ </stix : Indicators >
4848</stix : STIX_Package >
4949
0 commit comments