Added internet scanning tools to scan-result

pull/401/head
Matthieu Faou 2023-07-28 15:09:25 -04:00 committed by GitHub
parent 5a14e15dd4
commit 22477f7bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -18,6 +18,7 @@
"misp-attribute": "attachment", "misp-attribute": "attachment",
"ui-priority": 1 "ui-priority": 1
}, },
"scan-result-format": { "scan-result-format": {
"description": "Format used for the scan-result.", "description": "Format used for the scan-result.",
"misp-attribute": "text", "misp-attribute": "text",
@ -54,6 +55,7 @@
"AuditJS Scan", "AuditJS Scan",
"Azure Security Center Recommendations Scan", "Azure Security Center Recommendations Scan",
"Bandit Scan", "Bandit Scan",
"BinaryEdge",
"BlackDuck API", "BlackDuck API",
"Blackduck Component Risk", "Blackduck Component Risk",
"Blackduck Hub Scan", "Blackduck Hub Scan",
@ -66,6 +68,7 @@
"Burp REST API", "Burp REST API",
"Burp Scan", "Burp Scan",
"CargoAudit Scan", "CargoAudit Scan",
"Censys",
"Checkmarx OSA", "Checkmarx OSA",
"Checkmarx Scan", "Checkmarx Scan",
"Checkmarx Scan detailed", "Checkmarx Scan detailed",
@ -133,6 +136,7 @@
"Nmap Scan", "Nmap Scan",
"Node Security Platform Scan", "Node Security Platform Scan",
"Nuclei Scan", "Nuclei Scan",
"ONYPHE",
"ORT evaluated model Importer", "ORT evaluated model Importer",
"OpenVAS CSV", "OpenVAS CSV",
"Openscap Vulnerability Scan", "Openscap Vulnerability Scan",
@ -156,6 +160,7 @@
"Scantist Scan", "Scantist Scan",
"Scout Suite Scan", "Scout Suite Scan",
"Semgrep JSON Report", "Semgrep JSON Report",
"Shodan",
"Snyk Scan", "Snyk Scan",
"Solar Appscreener Scan", "Solar Appscreener Scan",
"SonarQube API Import", "SonarQube API Import",
@ -191,12 +196,18 @@
"Xanitizer Scan", "Xanitizer Scan",
"Yarn Audit Scan", "Yarn Audit Scan",
"ZAP Scan", "ZAP Scan",
"ZoomEye",
"docker-bench-security Scan", "docker-bench-security Scan",
"kube-bench Scan", "kube-bench Scan",
"pip-audit Scan" "pip-audit Scan"
], ],
"ui-priority": 0 "ui-priority": 0
}, },
"scan-result-query": {
"description": "Query or parameters provided to scan-result-tool to generate the scan-result.",
"misp-attribute": "text",
"ui-priority": 1
},
"scan-start": { "scan-start": {
"description": "Start of scanning activity", "description": "Start of scanning activity",
"disable_correlation": true, "disable_correlation": true,
@ -225,4 +236,4 @@
], ],
"uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4", "uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4",
"version": 2 "version": 2
} }