wetransfer phishing Detection
ID: wetransfer-phish
Severity: info
Author: rxerium
Tags: phishing,wetransfer,osint
Description
Section titled “Description”A wetransfer phishing website was detected
YAML Source
Section titled “YAML Source”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,osinthttp: - 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: 490a0046304402204549e26cfb79f923a0e09181bd99f44056874671ee575c763de0af9b4c3034d80220516b4797f2f5a4e1e03c8126849eadfdc1ca17076606c539c8a52206fc6f096f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/osint/phishing/wetransfer-phish.yaml"