25 lines
505 B
YAML
25 lines
505 B
YAML
id: parler-archived-profile
|
|
|
|
info:
|
|
name: Parler archived profile
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-archived,parler-archived-profile
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "http://archive.org/wayback/available?url=https://parler.com/profile/{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "\"archived_snapshots\": {\"closest\""
|