-
Notifications
You must be signed in to change notification settings - Fork 385
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 #1153 from remydewa/master
Rename 'LastInfoSec' analyzer to 'Gatewatcher CTI' and add feature
- Loading branch information
Showing
13 changed files
with
138 additions
and
100 deletions.
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,57 @@ | ||
{ | ||
"name": "Gatewatcher CTI", | ||
"version": "1.0", | ||
"author": "Gatewatcher", | ||
"url": "https://github.com/TheHive-Project/Cortex-Analyzers", | ||
"license": "AGPL-3.0", | ||
"description": "Get Gatewatcher CTI Report", | ||
"dataTypeList": ["hash", "domain", "fqdn", "url"], | ||
"command": "Gatewatcher_CTI/Gatewatcher_CTI.py", | ||
"baseConfig": "Gatewatcher_CTI", | ||
"config": { | ||
"service": "get_report" | ||
}, | ||
"configurationItems": [ | ||
{ | ||
"name": "apiKey", | ||
"description": "Gatewatcher CTI Api Key.", | ||
"type": "string", | ||
"multi": false, | ||
"required": true | ||
}, | ||
{ | ||
"name": "extendedReport", | ||
"description": "Show reports for relations.", | ||
"type": "boolean", | ||
"required": true, | ||
"multi": false, | ||
"defaultValue": true | ||
}, | ||
{ | ||
"name": "maxRelations", | ||
"description": "Max relation reports to display if you have enabled the extendReport option. Set -1 to show all report", | ||
"type": "number", | ||
"multi": false, | ||
"required": false, | ||
"defaultValue": 50 | ||
} | ||
], | ||
"registration_required": true, | ||
"subscription_required": true, | ||
"free_subscription": false, | ||
"service_homepage": "https://www.gatewatcher.com/", | ||
"service_logo": { | ||
"path": "assets/Gatewatcher_CTI_logo.png", | ||
"caption": "logo" | ||
}, | ||
"screenshots": [ | ||
{ | ||
"path": "assets/Gatewatcher_CTI_long.png", | ||
"caption": "Gatewatcher CTI long report sample" | ||
}, | ||
{ | ||
"path": "assets/Gatewatcher_CTI_short.png", | ||
"caption:": "Gatewatcher CTI mini report sample" | ||
} | ||
] | ||
} |
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
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,5 @@ | ||
Requirement : if you want to use LastInfoSec's intelligence, you need an API key. You could contact LastInfoSec's team here https://www.gatewatcher.com/en/contact/ | ||
LastInfosec has been acquired by Gatewatcher. | ||
LastInfoSec's Threat Feed is a data feed that makes it easier to detect threats within the information system. It contains enriched compromised evidences in order to reduce the time of threat analysis once detected. | ||
https://www.gatewatcher.com/en/nos-produits/last-info-sec | ||
|
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.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
File renamed without changes.