Skip to content

Virustotal User Name Information - Detect

ID: virustotal

Severity: info

Author: dwisiswant0

Tags: osint,osint-misc,virustotal

Virustotal user name information check was conducted.

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: 4a0a00473045022100cfaacf6b3c973cade1f6c284af7b175265fddc565b88b137d65b446fcc519af8022066a1567afca456d2a4c8a4be165f8a24f2f43c15f49efedd812b4a018dba070b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/user-enumeration/virustotal.yaml"

View on Github