law enforcement site seized detection
parent
57e8d09e77
commit
efb46d9613
|
@ -0,0 +1,27 @@
|
|||
id: seized-site
|
||||
|
||||
info:
|
||||
name: Seized Site
|
||||
author: rxerium
|
||||
severity: info
|
||||
description: This website has been seized by law enforcement
|
||||
metadata:
|
||||
shodan-query:
|
||||
- title:"THIS WEBSITE HAS BEEN SEIZED"
|
||||
tags: exposure,seized
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "THIS WEBSITE HAS BEEN SEIZED"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue