35 lines
811 B
YAML
35 lines
811 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
|
|
metadata:
|
|
max-request: 1
|
|
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: 4b0a00483046022100f06803ef15f4874359443be13c87bf0f196fb7d3c95464c90d7316c90f7bb3b9022100ae0af467b13b2bcd908c84bd6964b7bdbc2ba75076c8371d2ed754134cfe2cae:922c64590222798bb761d5b6d8e72950 |