2022-09-20 07:46:45 +00:00
id : smtp-service-detect
2021-06-28 18:30:55 +00:00
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
2023-07-24 18:27:05 +00:00
tags : network,service,smtp,detect
2022-08-16 16:25:46 +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.
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2021-06-28 18:30:55 +00:00
2023-04-27 04:28:59 +00:00
tcp :
2021-06-28 18:04:11 +00:00
- 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"