Update esmtp-detect.yaml
parent
70966818fe
commit
e95fba33c7
|
@ -6,23 +6,25 @@ info:
|
|||
severity: info
|
||||
description: |
|
||||
ESMTP (Extended Simple Mail Transfer Protocol) specifies extensions to the original protocol for sending e-mail that supports graphics, audio and video files, and text in various national languages
|
||||
reference:
|
||||
- https://nmap.org/nsedoc/scripts/smtp-open-relay.html
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: 'ESMTP'
|
||||
reference:
|
||||
- https://nmap.org/nsedoc/scripts/smtp-open-relay.html
|
||||
tags: network,detect,smtp,mail
|
||||
|
||||
network:
|
||||
|
||||
- inputs:
|
||||
- data: "\n"
|
||||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Host}}:25"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "ESMTP Postfix"
|
||||
- "250"
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue