34 lines
788 B
YAML
34 lines
788 B
YAML
id: uber-phish
|
|
|
|
info:
|
|
name: uber phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A uber phishing website was detected
|
|
reference:
|
|
- https://uber.com
|
|
tags: phishing,uber,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Explore the Uber Platform | Uber'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"uber.com")'
|
|
# digest: 4a0a004730450221008f9f65a32789f3be3847bed6e6b8c380f9941116864265eff12be4e4433f3f530220714168cf8518010a1de336c28e50abe7f45545979078c2b0d39f5d5467ed2828:922c64590222798bb761d5b6d8e72950 |