Skip to content

ebay phishing Detection

ID: ebay-phish

Severity: info

Author: rxerium

Tags: phishing,ebay,osint

A ebay phishing website was detected

id: ebay-phish
info:
name: ebay phishing Detection
author: rxerium
severity: info
description: |
A ebay phishing website was detected
reference:
- https://ebay.com
metadata:
max-request: 1
tags: phishing,ebay,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Electronics, Cars, Fashion, Collectibles & More | eBay'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"ebay.com")'
# digest: 4a0a0047304502210081c2f1a6028cc1885f319a95cd4d945c3b950cd196ff9dcfa6750947918438a202206eb3de610daef468dd6936ed2d0f7d8237fd5699b74249ddefd131237dd311ee: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/ebay-phish.yaml"

View on Github