24 lines
492 B
YAML
24 lines
492 B
YAML
id: weblogic-iiop-detect
|
|
|
|
info:
|
|
name: Detect Weblogic IIOP Protocol
|
|
author: F1tz
|
|
severity: info
|
|
description: Check IIOP protocol status.
|
|
tags: network,weblogic
|
|
|
|
network:
|
|
- inputs:
|
|
- data: "{{hex_decode('47494f50010200030000001700000002000000000000000b4e616d6553657276696365')}}"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
read-size: 1024
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "GIOP"
|
|
- "weblogic"
|
|
condition: and |