docs/analyzers/virustotal.md in mihari-5.4.5 vs docs/analyzers/virustotal.md in mihari-5.4.6

- old
+ new

@@ -7,11 +7,11 @@ # VirusTotal - [https://www.virustotal.com](https://www.virustotal.com/gui/home/search) -The analyzer uses VirusTotal API v3. +This analyzer uses VirusTotal API v3. An API endpoint to use is changed based on a type of a query. ::: top @@ -26,9 +26,14 @@ analyzer: virustotal query: ... api_key: ... ``` -| Name | Type | Required? | Default | Desc. | -| ------- | ------ | --------- | ------------------------- | -------------------- | -| query | String | Yes | | Domain or IP address | -| api_key | String | No | ENV[”VIRUSTOTAL_API_KEY"] | API key | +## Components + +### Query + +`query` is a passive DNS search query. Domain or IP address. + +### API Key + +`api_key` is an API key. Optional. Defaults to `ENV[”VIRUSTOTAL_API_KEY"]`.