Skip to content

walmart phishing Detection

ID: walmart-phish

Severity: info

Author: rxerium

Tags: phishing,walmart,osint

A walmart phishing website was detected

id: walmart-phish
info:
name: walmart phishing Detection
author: rxerium
severity: info
description: |
A walmart phishing website was detected
reference:
- https://walmart.com
metadata:
max-request: 1
tags: phishing,walmart,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Walmart | Save Money. Live better.'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"walmart.com")'
# digest: 490a00463044022076484ad39e9e91845b7f80b57c418c6e336d27b7d423680b3ca82353ecfb14ee0220027f4e47b1385af94a7baf27013aa4e58c385f56baedb6be2de305e48d309d65: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/walmart-phish.yaml"

View on Github