35 lines
831 B
YAML
35 lines
831 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,figma,osint
|
|
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")'
|
|
# digest: 4b0a00483046022100aa427aa410f8c8c823a716bf4fcb6093c446f46294d4bfda2620e681396e8645022100ce516be0667f2df2152936450caf9320f863b1d259908e42841991fde03cd93f:922c64590222798bb761d5b6d8e72950 |