identify forwarded messages

pull/4/head
Sascha Rommelfangen 2017-05-29 15:36:27 +02:00
parent 7946de1ca9
commit 6c63a88579
1 changed files with 3 additions and 0 deletions

View File

@ -31,5 +31,8 @@ malwaretags = { 'locky': [ 'ecsirt:malicious-code="ransomware"', 'misp-galaxy
dependingtags = { 'tlp:white': [ 'circl:osint-feed' ]
}
# Known identifiers for forwarded messages
forward_identifiers = { b'-------- Forwarded Message --------', b'Begin forwarded message:' }
# Tags to add when hashes are found (e.g. to do automatic expansion)
hash_only_tags = { 'TODO:VT-ENRICHMENT' }