Files
OneForAll-mirror/data/rules/whatweb/sophos-email-appliance.json
T
2020-07-29 00:02:06 +08:00

29 lines
1.0 KiB
JSON

{
"name": "Sophos-Email-Appliance",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Sophos Email Appliances provide simple, powerful protection against spam, malware and data loss.",
"website": "http://www.sophos.com/en-us/products/email/email-appliances.aspx",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Sophos Email Appliance$)"
},
{
"search": "headers",
"regexp": "(?m-ix:[Ss]erver: Sophos Email Appliance\\r?\\n.+Location: https?:\\/\\/([^\\/]+))"
},
{
"text": "<td class=\"logincontent\" valign=\"top\"><a href=\"http://www.sophos.com\"><img src=\"images/logo_sophos.gif\" border=\"0\" alt=\"Email Appliance\"></a></td>"
},
{
"text": "<title>Sophos Email Appliance</title>",
"certainty": 75
},
{
"text": "<!-- end main content -->",
"certainty": 25
}
]
}