2024-02-16 20:27:33 +00:00
|
|
|
id: ebay-phish
|
|
|
|
|
|
|
|
info:
|
2024-02-16 21:51:28 +00:00
|
|
|
name: ebay phishing Detection
|
2024-02-16 20:27:33 +00:00
|
|
|
author: rxerium
|
|
|
|
severity: info
|
|
|
|
description: |
|
2024-02-16 21:51:28 +00:00
|
|
|
A ebay phishing website was detected
|
2024-02-16 20:27:33 +00:00
|
|
|
reference:
|
|
|
|
- https://ebay.com
|
2024-03-08 07:16:17 +00:00
|
|
|
tags: phishing,ebay,osint
|
2024-02-16 20:27:33 +00:00
|
|
|
|
|
|
|
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")'
|