37 lines
720 B
YAML
37 lines
720 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
|
||
|
tags: phishing,pinterest
|
||
|
|
||
|
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")'
|