35 lines
868 B
YAML
35 lines
868 B
YAML
id: wetransfer-phish
|
|
|
|
info:
|
|
name: wetransfer phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A wetransfer phishing website was detected
|
|
reference:
|
|
- https://wetransfer.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,wetransfer,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'WeTransfer - Send Large Files & Share Photos Online'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"wetransfer.com")'
|
|
# digest: 4a0a0047304502201dd4b7e8b5542d4e987615e544cc968db70d64bbff03b68ce6a7448a788a17cd022100fd777ca1680905a60460191cec4790398bc7fdbc44cf6b8ea6ee292f0d464ff1:922c64590222798bb761d5b6d8e72950 |