Enhancement: network/detection/esmtp-detect.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-03-29 15:21:25 -04:00
parent 400886032e
commit c8ed0959c9
1 changed files with 8 additions and 2 deletions

View File

@ -1,13 +1,17 @@
id: esmtp-detect
info:
name: ESMTP Detection
name: ESMTP - Detect
author: pussycat0x
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
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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: 'ESMTP'
@ -28,3 +32,5 @@ network:
- "ESMTP Postfix"
- "220"
condition: and
# Enhanced by md on 2023/03/29