2022-11-03 18:49:37 +00:00
id : activemq-openwire-transport-detect
info :
2022-11-03 19:20:36 +00:00
name : ActiveMQ OpenWire Transport Detection
2022-11-03 18:49:37 +00:00
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
2022-11-03 18:52:11 +00:00
shodan-query : 'product:"ActiveMQ OpenWire transport"'
2022-11-03 19:22:33 +00:00
tags : network,activemq
2022-11-03 18:49:37 +00:00
network :
- inputs :
- data : "VERSION"
2022-11-03 19:20:36 +00:00
2022-11-03 18:49:37 +00:00
host :
- "{{Hostname}}"
- "{{Host}}:61616"
2022-11-03 19:20:36 +00:00
2022-11-03 18:49:37 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "ActiveMQ"
2022-11-03 19:20:36 +00:00
2022-11-03 18:49:37 +00:00
extractors :
- type : regex
regex :
- "ProviderVersion...([0-9.]+)"