18 lines
296 B
YAML
18 lines
296 B
YAML
|
id: SMTP server detection
|
||
|
info:
|
||
|
name: SMTP
|
||
|
author: pussycat0x
|
||
|
severity: info
|
||
|
tags: network,service,smtp
|
||
|
description:
|
||
|
network:
|
||
|
- inputs:
|
||
|
- data: "\r\n"
|
||
|
host:
|
||
|
- "{{Hostname}}"
|
||
|
- "{{Hostname}}:25"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "SMTP"
|