-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #664 from VirusTotal/feat/gti-doc
[Google Threat Intelligence] Add web doc and fix logo for the module
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
documentation/website/expansion/google_threat_intelligence.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"description": "An expansion module to have the observable's threat score assessed by Google Threat Intelligence.", | ||
"logo": "google_threat_intelligence.png", | ||
"requirements": [ | ||
"An access to the Google Threat Intelligence API (apikey), with a high request rate limit." | ||
], | ||
"input": "A domain, hash (md5, sha1, sha256 or sha512), hostname or IP address attribute.", | ||
"output": "Text fields containing the threat score, the severity, the verdict and the threat label of the observable inspected.", | ||
"references": [ | ||
"https://www.virustotal.com/", | ||
"https://gtidocs.virustotal.com/reference" | ||
], | ||
"features": "GTI assessment for the given observable, this include information about level of severity, a clear verdict (malicious, suspicious, undetected and bening) and additional information provided by the Mandiant expertise combined with the VirusTotal database.\n\n[Output example screeshot](https://github.com/MISP/MISP/assets/4747608/e275db2f-bb1e-4413-8cc0-ec3cb05e0414)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters