2021-10-20 21:16:15 +00:00
|
|
|
id: detect-jabber-xmpp
|
|
|
|
|
|
|
|
info:
|
2023-02-06 22:15:22 +00:00
|
|
|
name: Jabber XMPP Protocol - Detect
|
2021-10-20 21:16:15 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: info
|
2023-02-06 22:15:22 +00:00
|
|
|
description: Jabber XMPP protocol was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://datatracker.ietf.org/doc/html/rfc6120
|
2023-02-06 22:15:22 +00:00
|
|
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2023-09-27 13:29:58 +00:00
|
|
|
max-request: 1
|
|
|
|
tags: network,jabber,xmpp,messaging,detect
|
2021-10-20 21:16:15 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2021-10-20 21:16:15 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "a\n"
|
|
|
|
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
2023-09-16 19:35:21 +00:00
|
|
|
port: 5222
|
2021-10-20 21:16:15 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "stream:stream xmlns:stream"
|
|
|
|
- "stream:error xmlns:stream"
|
|
|
|
condition: or
|