35 lines
835 B
YAML
35 lines
835 B
YAML
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: 4a0a0047304502207f267736eddce1cefe3a2af63264b0559999c379706358d32d9691c4688f7e31022100d49bfc5b51677a92306f4968ed1ff361dbdcd88d4fa283dd74ba037f658c2a51:922c64590222798bb761d5b6d8e72950 |