RabbitMQ Detection

patch-1
pussycat0x 2022-11-04 00:21:27 +05:30 committed by GitHub
parent 1486015193
commit e290a4c75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: rabbitmq-detect
info:
name: RabbitMQ Detection
author: pussycat0x
severity: info
description: |
RabbitMQ is an open-source message-broker software that originally implemented the Advanced Message Queuing Protocol and has since been extended with a plug-in architecture to support Streaming Text Oriented Messaging Protocol, MQ Telemetry Transport, and other protocols.
metadata:
verified: true
shodan-query: 'product:"RabbitMQ"'
reference:
- https://nmap.org/nsedoc/scripts/amqp-info.html
tags: network,detect,amqp,rabbitmq,oss
network:
- inputs:
- data: "AMQP\u0000\u0000\t\u0001"
host:
- "{{Hostname}}"
- "{{Host}}:5672"
matchers-condition: and
matchers:
- type: word
words:
- "publisher_confirmst"
- "RabbitMQ"