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
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 :
2023-09-27 13:29:58 +00:00
max-request : 1
tags : network,service,smtp,detect
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}}"
2023-09-16 19:35:21 +00:00
port : 25
2021-06-28 18:04:11 +00:00
matchers :
- type : word
words :
- "SMTP"