Skip to content

Commit

Permalink
#1214 fix analyzer name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Aug 16, 2023
1 parent 86cc267 commit 6acfd79
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions analyzers/Gatewatcher_CTI/Gatewatcher_CTI.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "Gatewatcher CTI",
"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"],
"dataTypeList": [
"hash",
"domain",
"fqdn",
"url"
],
"command": "Gatewatcher_CTI/Gatewatcher_CTI.py",
"baseConfig": "Gatewatcher_CTI",
"config": {
Expand Down Expand Up @@ -54,4 +59,4 @@
"caption:": "Gatewatcher CTI mini report sample"
}
]
}
}

0 comments on commit 6acfd79

Please sign in to comment.