forked from rapid7/recog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsmtp_rcptto.xml
28 lines (24 loc) · 1.17 KB
/
smtp_rcptto.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version='1.0' encoding='UTF-8'?>
<fingerprints protocol="smtp" database_type="service">
<!--
<fingerprint pattern="501[ -]Invalid domain *">
<description> Description here</description>
<param pos="0" name="service.vendor" value="Global Technology Associates"/>
<param pos="0" name="service.family" value="GNAT Box"/>
<param pos="0" name="service.product" value="GNAT Box"/>
</fingerprint>
<fingerprint pattern="550[ -]System error\. *">
<description>and here</description>
<param pos="0" name="service.vendor" value="Global Technology Associates"/>
<param pos="0" name="service.family" value="GNAT Box"/>
<param pos="0" name="service.product" value="GNAT Box"/>
</fingerprint>
-->
<fingerprint pattern="550[ -]not local host .*, not a gateway *">
<description>550 not local host foo.bar, not a gateway</description>
<param pos="0" name="service.vendor" value="Ipswitch"/>
<param pos="0" name="service.family" value="IMail Server"/>
<param pos="0" name="service.product" value="IMail Server"/>
<param pos="0" name="service.cpe23" value="cpe:/a:ipswitch:imail_server:-"/>
</fingerprint>
</fingerprints>