34 lines
901 B
YAML
34 lines
901 B
YAML
id: Paypal-phish
|
|
|
|
info:
|
|
name: Paypal phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A Paypal phishing website was detected
|
|
reference:
|
|
- https://paypal.com
|
|
tags: phishing,paypal,osint
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Log in to PayPal automatically for faster checkout without entering your password wherever you're logged in with your Google account."
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"paypal.com")'
|
|
# digest: 4a0a00473045022100a7e3eaee9cb010cd057954d3956d74a78cf3e0d34ed91a9f9e6f0051f85e6b3102203d8782fc83d6ff6d67ce2d969c048d39fd5e3698f6af47bd3be632e4b30a4ed9:922c64590222798bb761d5b6d8e72950 |