35 lines
876 B
YAML
35 lines
876 B
YAML
id: microcenter-phish
|
|
|
|
info:
|
|
name: microcenter phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A microcenter phishing website was detected
|
|
reference:
|
|
- https://microcenter.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,microcenter,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Micro Center - Computer & Electronics Retailer - Shop Now'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"microcenter.com")'
|
|
# digest: 4a0a00473045022100901a2bfc74216f27dc33361ac6bb174b702d4f2c76af927f854bf3b3a426650d02200bfcab0c9a1d97613e119a859a1f11bac8c7b65b5efb77029277fa93116fc8fd:922c64590222798bb761d5b6d8e72950 |