Virustotal
VirusTotal is a free online service that analyzes files and URLs for viruses, worms, trojans, and other kinds of malicious content using multiple antivirus engines and website scanners.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Virustotal authenticates with an API key. Generate the credential in your Virustotal account, then paste it into FlyMyAI the first time an agent uses a Virustotal action.
Get your Virustotal credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
VirusTotal API Key | Your personal VirusTotal API key, found in your VirusTotal account settings. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
VIRUSTOTAL_ADD_COMMENT | Tool to add a comment to a virustotal resource (file, url, domain, or ip address). use after analyzing a resource to leave contextual feedback. provide exactly one identifier per call. | text |
VIRUSTOTAL_ADD_VOTE | Tool to add a vote (harmless/malicious) to a virustotal resource. use after reviewing analysis results to submit your verdict. | data |
VIRUSTOTAL_GET_ANALYSIS | Tool to retrieve the analysis report of a file or url submission. use after obtaining an analysis id to fetch its detailed report. | id |
VIRUSTOTAL_GET_COMMENTS | Tool to retrieve the latest comments on a virustotal resource. use when you need to review user-generated comments for a file, url, domain, or ip after obtaining its identifier. | filter[resource] |
VIRUSTOTAL_GET_DOMAIN_RELATIONSHIPS | Tool to retrieve relationship objects for a given domain. use when you have a domain and need to explore its related entities. | domain, relationship |
VIRUSTOTAL_GET_DOMAIN_REPORT | Tool to retrieve the analysis report of a domain. use when you need detailed insight on a domain's reputation and analysis stats. | domain |
VIRUSTOTAL_GET_FILE_REPORT | Tool to retrieve the analysis report of a file. use when you have a file's hash and need detailed scan metadata. | id |
VIRUSTOTAL_GET_IP_ADDRESS_RELATIONSHIPS | Tool to retrieve objects related to a specific ip address by relationship type. use when you have an ip and need to explore connected files, urls, or other entities. | ip, relationship |
VIRUSTOTAL_GET_IP_ADDRESS_REPORT | Tool to retrieve the analysis report of an ip address. use when you need detailed insight on an ip's reputation, asn, country, and analysis stats. | ip |
VIRUSTOTAL_GET_METADATA | Tool to retrieve virustotal metadata. use when you need to list all available api endpoints with methods, summaries, and urls. | - |
VIRUSTOTAL_GET_URL_REPORT | Tool to retrieve the analysis report of a url. use when you have a url identifier (base64-url without padding) and need detailed scan results, reputation, and metadata. | id |
VIRUSTOTAL_GET_VOTES | Tool to retrieve votes on files, urls, domains, or ip addresses. use when you need to view community votes for a given object. | object_type, object_id |
VIRUSTOTAL_RESCAN_FILE | Tool to re-analyze a previously submitted file. use when you need updated analysis results after an initial scan. | id |
VIRUSTOTAL_SCAN_URL | Tool to submit a url for scanning. use when you have a url and need to submit it to virustotal to obtain an analysis id for later retrieval. | url |
VIRUSTOTAL_SEARCH | Tool to search for objects in the virustotal database. use when locating files, urls, domains, ips, or comments matching a query. supports pagination with limit and cursor. | query |
VIRUSTOTAL_UPLOAD_FILE | Tool to upload a file for scanning. use when you have binary file content ready to submit for virustotal analysis. | file |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Virustotal!