Create digital-watchdog-panel.yaml
parent
0e89cf131a
commit
9cb01fdd00
|
@ -0,0 +1,27 @@
|
||||||
|
id: digital-watchdog-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Digital Watchdog - Detect
|
||||||
|
author: ritikchaddha
|
||||||
|
severity: info
|
||||||
|
description: |
|
||||||
|
Digital Watchdog panel was detected.
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
fofa-query: icon_hash="868509217"
|
||||||
|
shodan-query: http.favicon.hash:868509217
|
||||||
|
tags: digital-watchdog,panel,detect,login,dw,spectrum
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/static/images/favicon.ico"
|
||||||
|
- "{{BaseURL}}/static/customization/favicon.ico"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- "status_code==200 && ('868509217' == mmh3(base64_py(body)))"
|
Loading…
Reference in New Issue