2024-02-17 19:05:35 +00:00
|
|
|
id: target-phish
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: target phishing Detection
|
|
|
|
author: rxerium
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
A target phishing website was detected
|
|
|
|
reference:
|
|
|
|
- https://target.com
|
2024-03-08 07:16:17 +00:00
|
|
|
tags: phishing,target,osint
|
2024-02-17 19:05:35 +00:00
|
|
|
|
|
|
|
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")'
|