From 22477f7bc6b27ee435b3dcecbf382776fda8c8d9 Mon Sep 17 00:00:00 2001 From: Matthieu Faou Date: Fri, 28 Jul 2023 15:09:25 -0400 Subject: [PATCH 1/2] Added internet scanning tools to scan-result --- objects/scan-result/definition.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/objects/scan-result/definition.json b/objects/scan-result/definition.json index af7fdff..0eb0a38 100644 --- a/objects/scan-result/definition.json +++ b/objects/scan-result/definition.json @@ -18,6 +18,7 @@ "misp-attribute": "attachment", "ui-priority": 1 }, + "scan-result-format": { "description": "Format used for the scan-result.", "misp-attribute": "text", @@ -54,6 +55,7 @@ "AuditJS Scan", "Azure Security Center Recommendations Scan", "Bandit Scan", + "BinaryEdge", "BlackDuck API", "Blackduck Component Risk", "Blackduck Hub Scan", @@ -66,6 +68,7 @@ "Burp REST API", "Burp Scan", "CargoAudit Scan", + "Censys", "Checkmarx OSA", "Checkmarx Scan", "Checkmarx Scan detailed", @@ -133,6 +136,7 @@ "Nmap Scan", "Node Security Platform Scan", "Nuclei Scan", + "ONYPHE", "ORT evaluated model Importer", "OpenVAS CSV", "Openscap Vulnerability Scan", @@ -156,6 +160,7 @@ "Scantist Scan", "Scout Suite Scan", "Semgrep JSON Report", + "Shodan", "Snyk Scan", "Solar Appscreener Scan", "SonarQube API Import", @@ -191,12 +196,18 @@ "Xanitizer Scan", "Yarn Audit Scan", "ZAP Scan", + "ZoomEye", "docker-bench-security Scan", "kube-bench Scan", "pip-audit Scan" ], "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": { "description": "Start of scanning activity", "disable_correlation": true, @@ -225,4 +236,4 @@ ], "uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4", "version": 2 -} \ No newline at end of file +} From 5e201f4e0dcca7323892f6d9e44a0ffad32050a5 Mon Sep 17 00:00:00 2001 From: Matthieu Faou Date: Fri, 28 Jul 2023 15:15:17 -0400 Subject: [PATCH 2/2] removed line break --- objects/scan-result/definition.json | 1 - 1 file changed, 1 deletion(-) diff --git a/objects/scan-result/definition.json b/objects/scan-result/definition.json index 0eb0a38..b9e5488 100644 --- a/objects/scan-result/definition.json +++ b/objects/scan-result/definition.json @@ -18,7 +18,6 @@ "misp-attribute": "attachment", "ui-priority": 1 }, - "scan-result-format": { "description": "Format used for the scan-result.", "misp-attribute": "text",