Skip to content

Conversation

@betterclever
Copy link
Contributor

@betterclever betterclever commented Dec 22, 2025

Summary

Implemented the VirusTotal Lookup component (`security.virustotal.lookup`) as part of the '25 Features' roadmap.
This component allows workflows to query the VT v3 API for basic threat intelligence on IPs, file hashes, domains, and URLs.

Closes #20 (VirusTotal Integration)

Key Features

  • Supported Types: Checks IPs, Domains, File Hashes, and URLs.
  • Secrets Integration: The apiKey is securely passed via a dedicated input port (`apiKey`), allowing integration with secret loaders.
  • Robustness: Handles 404s gracefully (returning clean/empty stats) and logs full execution details.

Validation

  • Successfully tested end-to-end using `.playground/test-virustotal-e2e.ts`.
  • Verified real API calls to VirusTotal using a test key, returning accurate malicious/harmless counts.
  • Ensured integration with the secret manager service.

…port

Signed-off-by: betterclever <paliwal.pranjal83@gmail.com>
@betterclever betterclever force-pushed the betterclever/25b2026/d1feat4 branch from 2753336 to 6882148 Compare December 22, 2025 19:14
@betterclever betterclever merged commit f60cc29 into main Dec 22, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Virustotal API Wrapper Component - IP Enrichment

2 participants