Skip to content

Commit

Permalink
chg: [tools] list of tools in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Feb 14, 2019
1 parent 66bd4a4 commit 8158bd9
Showing 1 changed file with 160 additions and 0 deletions.
160 changes: 160 additions & 0 deletions csirt-tooling-best-practices/tools/list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
[
{
"name": "MISP",
"csirt": [
"CIRCL"
],
"location": [
"https://www.misp-project.org/"
],
"repository": [
"https://github.com/MISP/MISP"
]
},
{
"name": "AIL",
"csirt": [
"CIRCL"
],
"location": [
"https://github.com/CIRCL/AIL-framework"
],
"repository": [
"https://github.com/CIRCL/AIL-framework"
]
},
{
"name": "BGP Ranking",
"csirt": [
"CIRCL"
],
"location": [
"https://bgpranking.circl.lu/"
],
"repository": [
"https://github.com/D4-project/BGP-Ranking"
]
},
{
"name": "cve-search",
"csirt": [
"CIRCL"
],
"location": [
"https://www.cve-search.org"
],
"repository": [
"https://github.com/cve-search/cve-search"
]
},
{
"name": "IntelMQ",
"csirt": [
"CERT.at"
],
"location": [
"https://github.com/certtools/intelmq"
],
"repository": [
"https://github.com/certtools/intelmq"
]
},
{
"name": "n6",
"csirt": [
"CERT.pl"
],
"location": [
"https://github.com/CERT-Polska/n6"
],
"repository": [
"https://github.com/CERT-Polska/n6"
]
},
{
"name": "TheHive",
"csirt": [
"CERT-EU",
"CERT-BDF"
],
"location": [
"https://github.com/TheHive-Project/TheHive"
],
"repository": [
"https://github.com/TheHive-Project/TheHive"
]
},
{
"name": "Cortex",
"csirt": [
"CERT-EU",
"CERT-BDF"
],
"location": [
"https://github.com/TheHive-Project/Cortex-Analyzers"
],
"repository": [
"https://github.com/TheHive-Project/Cortex-Analyzers"
]
},
{
"name": "eml-parser",
"csirt": [
"GOVCERT.LU"
],
"location": [
"https://github.com/GOVCERT-LU/eml_parser"
],
"repository": [
"https://github.com/GOVCERT-LU/eml_parser"
]
},
{
"name": "bmc-tools",
"csirt": [
"ANSSI-FR"
],
"location": [
"https://github.com/ANSSI-FR/bmc-tools"
],
"repository": [
"https://github.com/ANSSI-FR/bmc-tools"
]
},
{
"name": "bootcode",
"csirt": [
"ANSSI-FR"
],
"location": [
"https://github.com/ANSSI-FR/bootcode_parser"
],
"repository": [
"https://github.com/ANSSI-FR/bootcode_parser"
]
},
{
"name": "bits-parser",
"csirt": [
"ANSSI-FR"
],
"location": [
"https://github.com/ANSSI-FR/bits_parser"
],
"repository": [
"https://github.com/ANSSI-FR/bits_parser"
]
},
{
"name": "AD-control",
"csirt": [
"ANSSI-FR"
],
"location": [
"https://github.com/ANSSI-FR/AD-control-paths"
],
"repository": [
"https://github.com/ANSSI-FR/AD-control-paths"
]
}
]

0 comments on commit 8158bd9

Please sign in to comment.