-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathwindows-binary-pattern.xml
executable file
·39 lines (39 loc) · 2.31 KB
/
windows-binary-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
<stix:STIX_Package
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:stixVocabs="http://stix.mitre.org/default_vocabularies-1"
xmlns:cyboxCommon="http://cybox.mitre.org/common-2"
xmlns:cybox="http://cybox.mitre.org/cybox-2"
xmlns:stixCommon="http://stix.mitre.org/common-1"
xmlns:example="http://example.com"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:stix="http://stix.mitre.org/stix-1"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:WinFileObj="http://cybox.mitre.org/objects#WinFileObject-2"
xmlns:FileObj="http://cybox.mitre.org/objects#FileObject-2"
xmlns:WinExecutableFileObj="http://cybox.mitre.org/objects#WinExecutableFileObject-2"
xmlns:indicator="http://stix.mitre.org/Indicator-2"
id="example:STIXPackage-57582d2d-4218-432c-933f-c7918dd684a0" version="1.2">
<stix:Indicators>
<stix:Indicator id="example:indicator-e6d44ea4-4297-4f9f-8065-1e7a5457b1ad" 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-8765b5be-b126-4c11-a91f-f875785b143d">
<cybox:Object id="example:WinExecutableFile-05e21d82-92dd-45f6-aef6-9cf0621f7e95">
<cybox:Properties xsi:type="WinExecutableFileObj:WindowsExecutableFileObjectType">
<WinExecutableFileObj:Sections>
<WinExecutableFileObj:Section>
<WinExecutableFileObj:Entropy>
<WinExecutableFileObj:Value condition="GreaterThan">7.0</WinExecutableFileObj:Value>
</WinExecutableFileObj:Entropy>
</WinExecutableFileObj:Section>
</WinExecutableFileObj:Sections>
</cybox:Properties>
</cybox:Object>
</indicator:Observable>
</stix:Indicator>
</stix:Indicators>
</stix:STIX_Package>