diff --git a/http/exposed-panels/c2/hookbot-rat.yaml b/http/exposed-panels/c2/hookbot-rat.yaml index f7bfcca049..03b147df2c 100644 --- a/http/exposed-panels/c2/hookbot-rat.yaml +++ b/http/exposed-panels/c2/hookbot-rat.yaml @@ -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 \ No newline at end of file + - "status_code == 200 && contains(body, 'HOOKBOT PANEL')"