nuclei-templates/network/smtp-detection.yaml

20 lines
468 B
YAML
Raw Normal View History

2021-06-28 18:30:55 +00:00
id: smtp-service-detection
2021-06-28 18:04:11 +00:00
info:
2021-06-28 18:30:55 +00:00
name: SMTP Service Detection
2021-06-28 18:04:11 +00:00
author: pussycat0x
severity: info
tags: network,service,smtp
2022-08-16 12:52:05 +00:00
description: SMTP is part of the application layer of the TCP/IP protocol. Using a process called “store and forward,” SMTP moves your email on and across networks.
2021-06-28 18:30:55 +00:00
2021-06-28 18:04:11 +00:00
network:
- inputs:
- data: "\r\n"
host:
- "{{Hostname}}"
2021-12-09 13:06:24 +00:00
- "{{Host}}:25"
2021-06-28 18:04:11 +00:00
matchers:
- type: word
words:
- "SMTP"