35 lines
820 B
YAML
35 lines
820 B
YAML
id: target-phish
|
|
|
|
info:
|
|
name: target phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A target phishing website was detected
|
|
reference:
|
|
- https://target.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,target,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Target : Expect More. Pay Less.'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"target.com")'
|
|
# digest: 4a0a00473045022100e01b484f4fb545683ce5658f79a41524f547ae5c5824abec8c4d8b9dd648e91002206d6676675b3c7fa27087677ffe83a724233a36bc98c8e73ee78c4fac7df79619:922c64590222798bb761d5b6d8e72950 |