28 lines
549 B
YAML
28 lines
549 B
YAML
id: iplanet-imap-detect
|
|
|
|
info:
|
|
name: iplanet messaging imap protocol
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
fofa-dork: 'app="iPlanet-Messaging-Server-5.2" && protocol="imap"'
|
|
tags: network,imap
|
|
|
|
network:
|
|
- inputs:
|
|
- data: "\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Hostname}}:110"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "iPlanet Messaging Server"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "iPlanet Messaging Server ([0-9.]+)"
|