33 lines
600 B
YAML
33 lines
600 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
|
||
|
tags: phishing,target
|
||
|
|
||
|
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")'
|