This repository has been archived by the owner on May 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathzeustracker.yml
79 lines (72 loc) · 1.97 KB
/
zeustracker.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
parser: rss
defaults:
provider: zeustracker.abuse.ch
tlp: green
alt_tlp: white
confidence: 85
altid: https://zeustracker.abuse.ch/monitor.php?search=<observable>
tags:
- zeus
- botnet
feeds:
binaries:
remote: https://zeustracker.abuse.ch/monitor.php?urlfeed=binaries
description: binary
pattern:
description:
pattern: '^URL: ([^\,]+), status: [^\,]+, MD5 hash:'
values: observable
title:
pattern: ^\S+\s\((\S+)\)$
values: lasttime
binaries_md5:
remote: https://zeustracker.abuse.ch/monitor.php?urlfeed=binaries
description: binary
pattern:
description:
pattern: '^URL: [^\,]+, status: [^\,]+, MD5 hash: (\S+)$'
values: observable
title:
pattern: ^\S+\s\((\S+)\)$
values: lasttime
configs:
remote: https://zeustracker.abuse.ch/monitor.php?urlfeed=configs
description: config
pattern:
description:
pattern: '^URL: ([^\,]+), status: [^\,]+, version: \d, MD5 hash:'
values: observable
title:
pattern: ^\S+\s\((\S+)\)$
values: lasttime
configs_md5:
remote: https://zeustracker.abuse.ch/monitor.php?urlfeed=configs
description: config
pattern:
description:
pattern: '^URL: [^\,]+, status: [^\,]+, version: \d, MD5 hash: (\S+)$'
values: observable
title:
pattern: ^\S+\s\((\S+)\)$
values: lasttime
dropzones:
remote: https://zeustracker.abuse.ch/monitor.php?urlfeed=dropzones
description: dropzone
pattern:
description:
pattern: '^URL: ([^\,]+), status: \w+$'
values: observable
domains:
parser: regex
remote: https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
pattern: ^(\S+)$
values:
- observable
confidence: 65
ips:
parser: regex
remote: https://zeustracker.abuse.ch/blocklist.php?download=ipblocklist
pattern: ^(\S+)$
values:
- observable
confidence: 65