2023-03-27 17:56:52 +00:00
|
|
|
id: imap-detect
|
|
|
|
|
|
|
|
info:
|
2023-03-29 19:22:47 +00:00
|
|
|
name: IMAP - Detect
|
2023-03-27 17:56:52 +00:00
|
|
|
author: pussycat0x
|
|
|
|
severity: info
|
|
|
|
description: |
|
2023-03-29 19:22:47 +00:00
|
|
|
IMAP was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2023-03-27 17:56:52 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2023-03-27 17:56:52 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: 'imap'
|
|
|
|
tags: network,detect,imap,mail
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2023-03-27 17:56:52 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "\n"
|
|
|
|
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
|
|
|
- "{{Host}}:143"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "OK "
|
|
|
|
- "IMAP4rev1"
|
|
|
|
condition: and
|
2023-03-29 19:22:47 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/03/29
|