34 lines
921 B
YAML
34 lines
921 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
|
|
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: 490a0046304402207d5668dc809e9d692198c31cf3a3d13982ba3f566c252c51256c89d6981305ff0220348728d6dc8d239b3583f918ee135d556340840f19c85d8a39b397e9c9766e61:922c64590222798bb761d5b6d8e72950 |