2024-02-16 20:27:33 +00:00
|
|
|
id: pinterest-phish
|
|
|
|
|
|
|
|
info:
|
2024-02-16 21:51:28 +00:00
|
|
|
name: pinterest phishing Detection
|
2024-02-16 20:27:33 +00:00
|
|
|
author: rxerium
|
|
|
|
severity: info
|
|
|
|
description: |
|
2024-02-16 21:51:28 +00:00
|
|
|
A pinterest phishing website was detected
|
2024-02-16 20:27:33 +00:00
|
|
|
reference:
|
|
|
|
- https://pinterest.com
|
2024-03-08 07:16:17 +00:00
|
|
|
tags: phishing,pinterest,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:
|
|
|
|
- 'Discover recipes, home ideas, style inspiration and other ideas to try'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'Pinterest'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2024-03-08 08:09:59 +00:00
|
|
|
- '!contains(host,"pinterest.com")'
|
|
|
|
# digest: 4a0a00473045022100926a2b8e90abc6569c9e6e19e62c86660ec4acedabc4a10beef6260bf78b395e0220535d6e66ca67b69e38ae0d953b0888adf8fa0c9b0fc735181e27ea23728d62b0:922c64590222798bb761d5b6d8e72950
|