Merge branch 'master' of github.com:MISP/misp-warninglists

pull/135/head
Alexandre Dulaunoy 2020-03-05 13:20:15 +01:00
commit 85c563ea8e
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"name": "Common contact e-mail addresses",
"version": 20200226,
"description": "A list of commonly used abuse and contact e-mail addresses, including the ones denoted in RFC2142.",
"type": "regex",
"list": [
"/^(security|noc|soc|abuse)\\@.*\\..*$/i"
],
"matching_attributes": [
"email-dst",
"email-src",
"target-email"
]
}