35 lines
850 B
YAML
35 lines
850 B
YAML
id: best-buy-phish
|
|
|
|
info:
|
|
name: best buy phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A best buy phishing website was detected
|
|
reference:
|
|
- https://bestbuy.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,bestbuy,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Best Buy | Official Online Store | Shop Now & Save'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"bestbuy.com")'
|
|
# digest: 490a0046304402202668bebff433bb03f5638964881c49dd26a850ac694ee9fb50cd6a61447bf9490220189d982ae2f59041c4c33df24953fc900db305ae686a024c018b2d7a275f9b54:922c64590222798bb761d5b6d8e72950 |