Update jamf-log4j-jndi-rce.yaml

patch-1
Dhiyaneshwaran 2022-10-20 02:55:05 +05:30 committed by GitHub
parent 647dd9addb
commit 214d2c50ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -34,6 +34,11 @@ requests:
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Jamf Pro Login</title>'
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
words:
@ -50,5 +55,3 @@ requests:
group: 1
regex:
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output
# Enhanced by mp on 2022/05/27