35 lines
827 B
YAML
35 lines
827 B
YAML
id: esmtp-detect
|
|
|
|
info:
|
|
name: ESMTP - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
ESMTP was detected.
|
|
reference:
|
|
- https://nmap.org/nsedoc/scripts/smtp-open-relay.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: ESMTP
|
|
verified: true
|
|
tags: network,detect,smtp,mail
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 25
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "ESMTP Postfix"
|
|
- "220"
|
|
condition: and
|
|
# digest: 490a0046304402203a1fffa26c753ac23dccc2377fa851d78256f56ea912590637a203aaa55268ab02202f61ea792860ccb76be454a7b4a39ea73419a3c33b13d95ded5f83129df47780:922c64590222798bb761d5b6d8e72950 |