38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
id: exim-detect
|
|
|
|
info:
|
|
name: Exim - Detect
|
|
author: ricardomaia,userdehghani
|
|
severity: info
|
|
description: |
|
|
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:
|
|
- https://www.exim.org/docs.html
|
|
classification:
|
|
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
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: "product:\"Exim smtpd\""
|
|
tags: network,detect,smtp,mail,exim,detection,tcp
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 465,587
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "ESMTP Exim"
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
name: version
|
|
regex:
|
|
- '(?i)SMTP.Exim\s?([\w.]+)'
|
|
# digest: 490a0046304402207f409005602df4136d20fb547217a1933b2a74da98047d3a1c08bff3fd8702e3022079a7b8daee72829694fd78e8adc08b84868269effdc0813fb5bf92e5fff9e9f1:922c64590222798bb761d5b6d8e72950 |