Skip to content

Commit

Permalink
#270 - fix bugs in ThreatCrowd reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 5, 2018
2 parents d29abeb + 13078a4 commit 1717d3b
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion analyzers/Crtsh/Crtsh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Crt.sh transparency logs query",
"name": "Crt_sh_Transparency_Logs",
"author": "crackytsi",
"license": "AGPL-V3",
"url": "https://crt.sh",
Expand Down
2 changes: 1 addition & 1 deletion analyzers/CyberCrime-Tracker/CyberCrimeTracker.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "1.0",
"description": "Search cybercrime-tracker.net for C2 servers.",
"dataTypeList": ["domain", "fqdn", "ip", "url", "other"],
"command": "CyberCrimeTracker/cct.py",
"command": "CyberCrime-Tracker/cct.py",
"baseConfig": "CyberCrimeTracker",
"config": {
"check_tlp": true,
Expand Down
2 changes: 1 addition & 1 deletion analyzers/MnemonicPDNS/Mnemonic_pDNS_Closed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license" : "AGPL-V3",
"description": "Query IP addresses and domains against Mnemonic pDNS restricted service.",
"dataTypeList": ["ip", "domain"],
"command": "Mnemonic_pdns/pdns.py",
"command": "MnemonicPDNS/pdns.py",
"baseConfig": "Mnemonic_pDNS",
"config": {
"check_tlp": true,
Expand Down
2 changes: 1 addition & 1 deletion analyzers/MnemonicPDNS/Mnemonic_pDNS_Public.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license" : "AGPL-V3",
"description": "Query IP addresses and domains against Mnemonic pDNS public service.",
"dataTypeList": ["ip", "domain"],
"command": "Mnemonic_pdns/pdns.py",
"command": "MnemonicPDNS/pdns.py",
"baseConfig": "Mnemonic_pDNS",
"config": {
"check_tlp": true,
Expand Down
2 changes: 1 addition & 1 deletion analyzers/Threatcrowd/Threatcrowd.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Threatcrowd",
"author": "Remi Allain, Cyberprotect",
"author": "Rémi Allain, Cyberprotect",
"license": "AGPL-V3",
"url": "https://github.com/Cyberprotect/Cortex-Analyzers",
"version": "1.0",
Expand Down
2 changes: 1 addition & 1 deletion analyzers/UnshortenLink/UnshortenLink.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "UnshortenLink",
"version": "1.0",
"author": "Re©mi Pointel (CERT-BDF)",
"author": "Remi Pointel (CERT-BDF)",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
"description": "Use UnshortenLink to reveal the real URL.",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1717d3b

Please sign in to comment.