|
1 | 1 | <!-- |
2 | | - STIX IP Watchlist Example |
3 | | - |
4 | | - Copyright (c) 2014, The MITRE Corporation. All rights reserved. |
| 2 | + STIX IP Watchlist Example |
| 3 | + |
| 4 | + Copyright (c) 2014, The MITRE Corporation. All rights reserved. |
5 | 5 | The contents of this file are subject to the terms of the STIX License located at http://stix.mitre.org/about/termsofuse.html. |
6 | 6 | |
7 | | - This example demonstrates a simple usage of STIX to represent a list of IP address indicators (watchlist of IP addresses). Cyber operations and malware analysis centers often share a list of suspected malicious IP addresses with information about what those IPs might indicate. This STIX package represents a list of three IP addresses with a short dummy description of what they represent. |
8 | | - |
9 | | - It demonstrates the use of: |
10 | | - |
11 | | - * STIX Indicators |
12 | | - * CybOX within STIX |
13 | | - * The CybOX Address Object (IP) |
14 | | - * CybOX Patterns (apply_condition="ANY") |
15 | | - * Controlled vocabularies |
16 | | - |
17 | | - Created by Mark Davidson |
| 7 | + This example demonstrates a simple usage of STIX to represent a list of IP address indicators (watchlist of IP addresses). Cyber operations and malware analysis centers often share a list of suspected malicious IP addresses with information about what those IPs might indicate. This STIX package represents a list of three IP addresses with a short dummy description of what they represent. |
| 8 | + |
| 9 | + It demonstrates the use of: |
| 10 | + |
| 11 | + * STIX Indicators |
| 12 | + * CybOX within STIX |
| 13 | + * The CybOX Address Object (IP) |
| 14 | + * CybOX Patterns (apply_condition="ANY") |
| 15 | + * Controlled vocabularies |
| 16 | + |
| 17 | + Created by Mark Davidson |
18 | 18 | --> |
19 | 19 | <stix:STIX_Package |
20 | 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
26 | 26 | xmlns:stixVocabs="http://stix.mitre.org/default_vocabularies-1" |
27 | 27 | xmlns:example="http://example.com/" |
28 | 28 | xsi:schemaLocation=" |
29 | | - http://stix.mitre.org/stix-1 http://stix.mitre.org/XMLSchema/core/1.1/stix_core.xsd |
30 | | - http://stix.mitre.org/Indicator-2 http://stix.mitre.org/XMLSchema/indicator/2.1/indicator.xsd |
31 | | - http://cybox.mitre.org/default_vocabularies-2 http://cybox.mitre.org/XMLSchema/default_vocabularies/2.1/cybox_default_vocabularies.xsd |
32 | | - http://stix.mitre.org/default_vocabularies-1 http://stix.mitre.org/XMLSchema/default_vocabularies/1.1.0/stix_default_vocabularies.xsd |
33 | | - http://cybox.mitre.org/objects#AddressObject-2 http://cybox.mitre.org/XMLSchema/objects/Address/2.1/Address_Object.xsd" |
| 29 | + http://stix.mitre.org/stix-1 ../stix_core.xsd |
| 30 | + http://stix.mitre.org/Indicator-2 ../indicator.xsd |
| 31 | + http://cybox.mitre.org/default_vocabularies-2 ../cybox/cybox_default_vocabularies.xsd |
| 32 | + http://stix.mitre.org/default_vocabularies-1 ../stix_default_vocabularies.xsd |
| 33 | + http://cybox.mitre.org/objects#AddressObject-2 ../cybox/objects/Address_Object.xsd" |
34 | 34 | id="example:STIXPackage-33fe3b22-0201-47cf-85d0-97c02164528d" |
35 | | - version="1.1"> |
| 35 | + timestamp="2014-05-08T09:00:00.000000Z" |
| 36 | + version="1.1.1" |
| 37 | + > |
36 | 38 | <stix:STIX_Header> |
37 | 39 | <stix:Title>Example watchlist that contains IP information.</stix:Title> |
38 | 40 | <stix:Package_Intent xsi:type="stixVocabs:PackageIntentVocab-1.0">Indicators - Watchlist</stix:Package_Intent> |
39 | 41 | </stix:STIX_Header> |
40 | 42 | <stix:Indicators> |
41 | | - <stix:Indicator xsi:type="indicator:IndicatorType" id="example:Indicator-33fe3b22-0201-47cf-85d0-97c02164528d"> |
| 43 | + <stix:Indicator xsi:type="indicator:IndicatorType" id="example:Indicator-33fe3b22-0201-47cf-85d0-97c02164528d" timestamp="2014-05-08T09:00:00.000000Z"> |
42 | 44 | <indicator:Type xsi:type="stixVocabs:IndicatorTypeVocab-1.1">IP Watchlist</indicator:Type> |
43 | 45 | <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> |
44 | 46 | <indicator:Observable id="example:Observable-1c798262-a4cd-434d-a958-884d6980c459"> |
|
51 | 53 | </stix:Indicator> |
52 | 54 | </stix:Indicators> |
53 | 55 | </stix:STIX_Package> |
| 56 | + |
0 commit comments