new: added common warninglists
parent
659264240a
commit
c501dc5e71
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue