Yahoo phishing Detection
ID: yahoo-phish
Severity: info
Author: rxerium
Tags: phishing,yahoo,osint
Description
Section titled “Description”A yahoo phishing website was detected
YAML Source
Section titled “YAML Source”id: yahoo-phish
info: name: Yahoo phishing Detection author: rxerium severity: info description: | A yahoo phishing website was detected reference: - https://yahoo.com metadata: max-request: 1 tags: phishing,yahoo,osinthttp: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - 'Best-in-class Yahoo Mail, breaking local, national and global news, finance, sport, music, films and more. You get more out of the web, you get more out of life.'
- type: status status: - 200
- type: dsl dsl: - '!contains(host,"yahoo.com")'# digest: 4b0a00483046022100fc30bd83c3a9f52b9c481d57a17821634fb5c373d68535a52578a14895b51bd9022100c16562a10fd8c1f42abbcefb6fa4f2f61fc95a158790957f16c45b7e400ef3a3: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/yahoo-phish.yaml"