-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathfile-and-directory-pattern-2.xml
executable file
·32 lines (32 loc) · 1.85 KB
/
file-and-directory-pattern-2.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
<stix:STIX_Package
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:stixCommon="http://stix.mitre.org/common-1"
xmlns:indicator="http://stix.mitre.org/Indicator-2"
xmlns:stix="http://stix.mitre.org/stix-1"
xmlns:FileObj="http://cybox.mitre.org/objects#FileObject-2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cybox="http://cybox.mitre.org/cybox-2"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:stixVocabs="http://stix.mitre.org/default_vocabularies-1"
xmlns:example="http://example.com"
id="example:STIXPackage-5f4f7ff0-053b-4e57-b866-772f4b5ca7d7" version="1.2">
<stix:Indicators>
<stix:Indicator id="example:indicator-a0bc4b71-8c85-4743-a68d-1608b811d540" 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-0bc2d380-9c5d-4154-b7a7-e70d6e3d2e77">
<cybox:Object id="example:File-ad33586d-5fbb-4085-83e8-319d6d97cc20">
<cybox:Properties xsi:type="FileObj:FileObjectType">
<FileObj:File_Name condition="Equals">foo.dll</FileObj:File_Name>
<FileObj:Full_Path condition="Equals">C:\\Windows\\System32\\foo.dll</FileObj:Full_Path>
</cybox:Properties>
</cybox:Object>
</indicator:Observable>
</stix:Indicator>
</stix:Indicators>
</stix:STIX_Package>