2024-02-16 20:27:33 +00:00
|
|
|
id: Paypal-phish
|
|
|
|
|
2024-03-23 09:28:19 +00:00
|
|
|
info:
|
|
|
|
name: Paypal phishing Detection
|
|
|
|
author: rxerium
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
A Paypal phishing website was detected
|
|
|
|
reference:
|
|
|
|
- https://paypal.com
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2024-03-08 07:16:17 +00:00
|
|
|
tags: phishing,paypal,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:
|
|
|
|
- "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:
|
2024-03-08 08:09:59 +00:00
|
|
|
- '!contains(host,"paypal.com")'
|
2024-03-25 11:57:16 +00:00
|
|
|
# digest: 4a0a00473045022100cdf96cf7c99a4327a12ecaf1576ad9f2c1088ff95c722a9d1c265798d0766c23022064d249be2ab7f3b0772b8bada46340e0a177de3241d4775d902b1ca27ee2d74d:922c64590222798bb761d5b6d8e72950
|