35 lines
848 B
YAML
35 lines
848 B
YAML
|
id: virustotal
|
||
|
|
||
|
info:
|
||
|
name: Virustotal User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Virustotal user name information check was conducted.
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||
|
cvss-score: 0
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
tags: osint,osint-misc,virustotal
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.virustotal.com/gui/user/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "USER PROFILE"
|
||
|
|
||
|
# digest: 4a0a0047304502200b0f14ce7172d5b9ad62027135c90a85f31878bc42ec3781317069b6859336d9022100fb879de485e53fd16626e79c0aeba15656993488aac46e5fdaf87f66eac041ec:922c64590222798bb761d5b6d8e72950
|