updated matcher

patch-1
Ritik Chaddha 2023-07-07 16:27:34 +05:30 committed by GitHub
parent 6b5c77915e
commit b89feec1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -7,9 +7,9 @@ info:
description: |
Hookbot panel were detected.
metadata:
verified: true
shodan-query: title:"hookbot"
verified: "true"
tags: tech,rat,hookbot,c2,panel
tags: tech,rat,hookbot,c2,panel,detect
http:
- method: GET
@ -19,5 +19,4 @@ http:
matchers:
- type: dsl
dsl:
- "status_code == 200 && contains(body, 'HOOKBOT')"
condition: and
- "status_code == 200 && contains(body, 'HOOKBOT PANEL')"