Update exim-detect.yaml
parent
820dc8ef72
commit
e81bf513cc
|
@ -1,30 +1,28 @@
|
||||||
id: exim-detect
|
id: exim-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Exim Detect
|
name: Exim - Detect
|
||||||
author: ricardomaia
|
author: ricardomaia
|
||||||
severity: info
|
severity: info
|
||||||
description: |
|
description: |
|
||||||
Exim is a message transfer agent (MTA) distributed over GNU General Public License.
|
Exim can accept messages from remote hosts using SMTP over TCP/IP, and as well as from local processes. It handles local deliveries to mailbox files or to pipes attached to commands, as well as remote SMTP deliveries to other hosts.
|
||||||
reference:
|
reference:
|
||||||
- https://www.exim.org/docs.html
|
- https://www.exim.org/docs.html
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||||
cwe-id: CWE-200
|
cwe-id: CWE-200
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
|
||||||
verified: true
|
verified: true
|
||||||
tags: network,detect,smtp,mail
|
shodan-query: product:"Exim smtpd"
|
||||||
|
tags: network,detect,smtp,mail,exim
|
||||||
|
|
||||||
tcp:
|
tcp:
|
||||||
- inputs:
|
- inputs:
|
||||||
- data: ""
|
- data: "\n"
|
||||||
|
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}:25"
|
- "{{Hostname}}"
|
||||||
- "{{Hostname}}:2525"
|
port: 587
|
||||||
- "{{Hostname}}:465"
|
|
||||||
- "{{Hostname}}:587"
|
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue