33 lines
609 B
YAML
33 lines
609 B
YAML
|
id: figma-phish
|
||
|
|
||
|
info:
|
||
|
name: figma phishing Detection
|
||
|
author: rxerium
|
||
|
severity: info
|
||
|
description: |
|
||
|
A figma phishing website was detected
|
||
|
reference:
|
||
|
- https://figma.com
|
||
|
tags: phishing,figma
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'Figma: The Collaborative Interface Design Tool'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- '!contains(host,"figma.com")'
|