Skip to content

microcenter phishing Detection

ID: microcenter-phish

Severity: info

Author: rxerium

Tags: phishing,microcenter,osint

A microcenter phishing website was detected

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: 4b0a00483046022100bce9097fd29fa038fc90251ad473492b0cd65430775c04cd9b60150ba2b650250221009b7596ced88c14a41ff5939e424bbdb10c358dfde1ccb2128cf11c2350f34cc1:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/microcenter-phish.yaml"

View on Github