29 lines
820 B
YAML
29 lines
820 B
YAML
|
id: activemq-openwire-transport-detect
|
||
|
|
||
|
info:
|
||
|
name: ActiveMQ OpenWire transport Detection
|
||
|
author: pussycat0x
|
||
|
severity: info
|
||
|
description: |
|
||
|
OpenWire is the native protocol that Apache ActiveMQ uses. It is designed for performance and size on the wire - sacrificing some ease of implementation with higher performance and reduced network bandwidth as a priority.
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: 'product:"ActiveMQ OpenWire transport"'
|
||
|
tags: network,detect,activemq
|
||
|
|
||
|
network:
|
||
|
- inputs:
|
||
|
- data: "VERSION"
|
||
|
host:
|
||
|
- "{{Hostname}}"
|
||
|
- "{{Host}}:61616"
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "ActiveMQ"
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "ProviderVersion...([0-9.]+)"
|