From c501dc5e713528e76df3b7999fbeb8419ed5c6f8 Mon Sep 17 00:00:00 2001 From: iglocska Date: Wed, 26 Feb 2020 10:52:09 +0100 Subject: [PATCH] new: added common warninglists --- lists/common-contact-emails/list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lists/common-contact-emails/list.json diff --git a/lists/common-contact-emails/list.json b/lists/common-contact-emails/list.json new file mode 100644 index 0000000..f73e9f8 --- /dev/null +++ b/lists/common-contact-emails/list.json @@ -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" + ] +}