Update weblogic-t3-detect.yaml
parent
bf53ee0d10
commit
12f90d5f74
|
@ -6,24 +6,20 @@ info:
|
||||||
severity: info
|
severity: info
|
||||||
description: |
|
description: |
|
||||||
T3 is the protocol used to transport information between WebLogic servers and other types of Java programs.
|
T3 is the protocol used to transport information between WebLogic servers and other types of Java programs.
|
||||||
|
impact: |
|
||||||
|
May indicate potential exposure to Weblogic T3 Protocol vulnerabilities
|
||||||
|
remediation: |
|
||||||
|
Ensure proper configuration and security measures are in place for Weblogic T3 Protocol
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 2
|
max-request: 2
|
||||||
tags: network,weblogic,detect,t3,oracle
|
tags: network,weblogic,detect,t3,oracle
|
||||||
|
|
||||||
tcp:
|
tcp:
|
||||||
- inputs:
|
- inputs:
|
||||||
- data: "t3 12.2.1
|
- data: "t3 12.2.1\nAS:255\nHL:19\nMS:10000000\nPU:t3://us-l-breens:7001\n\n"
|
||||||
|
|
||||||
AS:255
|
|
||||||
|
|
||||||
HL:19
|
|
||||||
|
|
||||||
MS:10000000
|
|
||||||
|
|
||||||
PU:t3://us-l-breens:7001
|
|
||||||
|
|
||||||
\n"
|
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
|
port: 7001
|
||||||
read-size: 1024
|
read-size: 1024
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
@ -38,20 +34,11 @@ tcp:
|
||||||
- "HELO:(.*).false"
|
- "HELO:(.*).false"
|
||||||
|
|
||||||
- inputs:
|
- inputs:
|
||||||
- data: "t3s 12.2.1
|
- data: "t3s 12.2.1\nAS:255\nHL:19\nMS:10000000\nPU:t3://us-l-breens:7001\n\n"
|
||||||
|
|
||||||
AS:255
|
|
||||||
|
|
||||||
HL:19
|
|
||||||
|
|
||||||
MS:10000000
|
|
||||||
|
|
||||||
PU:t3://us-l-breens:7001
|
|
||||||
|
|
||||||
\n"
|
|
||||||
host:
|
host:
|
||||||
- "tls://{{Hostname}}"
|
- "tls://{{Hostname}}"
|
||||||
read-size: 1024
|
read-size: 1024
|
||||||
|
port: 7002
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
|
@ -63,4 +50,3 @@ tcp:
|
||||||
group: 1
|
group: 1
|
||||||
regex:
|
regex:
|
||||||
- "HELO:(.*).false"
|
- "HELO:(.*).false"
|
||||||
# digest: 4b0a004830460221008e4fc5512e10a4bac580826b8cb65a981a9ef61b55f63c6f892cf0dde4b500a8022100e08f41e4f5d99713ff8e920b11a1fdfa70f7b1f5f5d0a2df25aa91bf69a010df:922c64590222798bb761d5b6d8e72950
|
|
Loading…
Reference in New Issue