Skip to content

Commit

Permalink
#1111 add doc and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 22, 2022
1 parent d806e3f commit 773ee72
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions analyzers/VirusTotal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
This analyzer let you run Virustotal services on several datatypes:

* _file_
* _hash_
* _domain_
* _fqdn_
* _ip_
* _url_

The program uses [VirusTotal API v3](https://developers.virustotal.com/v3.0/reference).

Major improvements have been added with _VirusTotal\_GetReport_ flavor. Now, with the classical scan results, the report can display:

* A Summary: with qualitative informnation about the detection

![](assets/virustotal-summary-report.png)


* Crowdsourced YARA results with known Yara rules to detect the threat

![](assets/virustotal-yara.png)


* Contacted IP addresses, domains and URLs if any
* Crowdsourced IDS results with known IDS rules to detect the threat
* Sandbox verdict if any

![](assets/virustotal-ids-sandbox-urls.png)

#### Extracted Observables

Moreover, these domains, IP addresses, URLs as well as detection YARA and IDS rules reported are added to the extracted Observables, ready
to be imported and actioned in TheHive.

![](assets/virustotal-extracted-observables.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added analyzers/VirusTotal/assets/virustotal-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added analyzers/VirusTotal/assets/virustotal-scan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 773ee72

Please sign in to comment.