39 lines
938 B
YAML
39 lines
938 B
YAML
id: pinterest-phish
|
|
|
|
info:
|
|
name: pinterest phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A pinterest phishing website was detected
|
|
reference:
|
|
- https://pinterest.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,pinterest,osint
|
|
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:
|
|
- '!contains(host,"pinterest.com")'
|
|
# digest: 490a00463044022034e9af7a2b6530d22219f60d1bed652a52b57880fa97efe797191701f64dc3dd022001445401aff0e41a84a6989749ca21011ded3e26db1eccc21bb1e3814cfbbb81:922c64590222798bb761d5b6d8e72950 |