35 lines
942 B
YAML
35 lines
942 B
YAML
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,osint
|
|
http:
|
|
- 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: 490a0046304402202d98ba1870912c182585c7aeeb27b8e35af1ec726b0454d8919a3ad7abf2b0e3022007f8d2e698538b63ddfa32dd9150bf595d40f239bee4342c9452dcdbbc2a72fe:922c64590222798bb761d5b6d8e72950 |