Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
update configs (#435)
Browse files Browse the repository at this point in the history
* update feodotracker config
  • Loading branch information
andy1ee11o2 authored and wesyoung committed Dec 11, 2018
1 parent 64159e5 commit 94ddaa2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 13 deletions.
31 changes: 21 additions & 10 deletions rules/default/feodotracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,32 @@ defaults:
altid_tlp: white
altid: https://feodotracker.abuse.ch/host/<indicator>
description: feodo
tags:
- feodo
- botnet

feeds:
domains:
c2:
confidence: 8
remote: https://feodotracker.abuse.ch/blocklist/?download=domainblocklist
pattern: ^(\S+)$
remote: https://feodotracker.abuse.ch/downloads/ipblocklist.csv
pattern: ^(\S+\s\S+),(\S+),(\S+),(\S+)$
values:
- firsttime
- indicator
- null
- null
defaults:
tags:
- feodo
- botnet
- c2

ips:
confidence: 6
remote: https://feodotracker.abuse.ch/blocklist/?download=ipblocklist
pattern: ^(\S+)$
hashes:
confidence: 8
remote: https://feodotracker.abuse.ch/downloads/malware_hashes.csv
pattern: ^(\S+\s\S+),(\S+),(\S+)$
values:
- firsttime
- indicator
- null
defaults:
tags:
- feodo
- botnet
14 changes: 14 additions & 0 deletions rules/default/sblam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
defaults:
provider: sblam.com
confidence: 7
tlp: green
altid_tlp: white
tags:
- spam
- spammers
feeds:
proxy:
remote: https://sblam.com/blacklist.txt
pattern: '^(\S+)$'
values:
- indicator
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ defaults:
tlp: green
altid_tlp: white
confidence: 9
tags: malware
tags:
- malware
application: https
protocol: tcp
values:
- null
- reporttime
- indicator
- null
- description
- null
- description
- null
feeds:
Malware:
remote: https://urlhaus.abuse.ch/downloads/csv/
remote: https://urlhaus.abuse.ch/downloads/csv/

0 comments on commit 94ddaa2

Please sign in to comment.