Sha256: 141c2c949e4b614e5a466f03871497c3959be162e8b1ac7bb3f677b36125ff2e

Contents?: true

Size: 1.32 KB

Versions: 21

Compression:

Stored size: 1.32 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!--
SMTP response lines to the QUIT command are matched against these patterns
(1 line at a time) to fingerprint SMTP servers.

See comment at the top of smtp_banners.xml for additional info.

'preference' note: This value has been set so as to implement the ordering
  of SMTP related fingerprint databases as described in 'smtp_banners.xml'.
-->
<fingerprints protocol="smtp" database_type="service" preference="0.11">
  <fingerprint pattern="^221[ -]See ya in cyberspace$">
    <description>
         221 See ya in cyberspace
      </description>
    <param pos="0" name="service.vendor" value="Alt-N"/>
    <param pos="0" name="service.family" value="MDaemon"/>
    <param pos="0" name="service.product" value="MDaemon"/>
    <param pos="0" name="os.vendor" value="Microsoft"/>
    <param pos="0" name="os.family" value="Windows"/>
    <param pos="0" name="os.device" value="General"/>
    <param pos="0" name="os.product" value="Windows"/>
    <param pos="0" name="os.arch" value="x86"/>
  </fingerprint>
  <fingerprint pattern="^503[ -]5\.5\.0 Not accepting any command except QUIT$">
    <description>
         Raptor Firewall
         example: 503 5.5.0 Not accepting any command except QUIT
      </description>
    <param pos="0" name="service.product" value="raptor"/>
  </fingerprint>
</fingerprints>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
recog-2.1.20 xml/smtp_quit.xml
recog-2.1.19 xml/smtp_quit.xml
recog-2.1.18 xml/smtp_quit.xml
recog-2.1.17 xml/smtp_quit.xml
recog-2.1.16 xml/smtp_quit.xml
recog-2.1.15 xml/smtp_quit.xml
recog-2.1.14 xml/smtp_quit.xml
recog-2.1.13 xml/smtp_quit.xml
recog-2.1.12 xml/smtp_quit.xml
recog-2.1.11 xml/smtp_quit.xml
recog-2.1.10 xml/smtp_quit.xml
recog-2.1.9 xml/smtp_quit.xml
recog-2.1.8 xml/smtp_quit.xml
recog-2.1.7 xml/smtp_quit.xml
recog-2.1.6 xml/smtp_quit.xml
recog-2.1.5 xml/smtp_quit.xml
recog-2.1.4 xml/smtp_quit.xml
recog-2.1.3 xml/smtp_quit.xml
recog-2.1.2 xml/smtp_quit.xml
recog-2.1.1 xml/smtp_quit.xml