forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
207e453
commit f09316a
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
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,9 @@ | ||
|
||
#### Integrations | ||
|
||
##### Google Threat Intelligence | ||
|
||
- Added the **gti-privatescanning-url** command to check the reputation of a private URL. | ||
- Added the **gti-privatescanning-url-scan** command to submit an URL for private scanning. | ||
- Added the **gti-private-url-scan-and-analysis-get** polling command to scan and get the analysis of a private URL. | ||
- Updated the **gti-privatescanning-analysis-get** command to include URL analyses. |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "GoogleThreatIntelligence", | ||
"description": "Analyze suspicious hashes, URLs, domains and IP addresses", | ||
"support": "partner", | ||
"currentVersion": "1.1.1", | ||
"currentVersion": "1.2.0", | ||
"author": "Google Threat Intelligence", | ||
"url": "https://www.virustotal.com", | ||
"email": "[email protected]", | ||
|