mirror of https://github.com/MISP/misp-objects
Merge pull request #401 from mFaou/main
Fix for https://github.com/MISP/misp-objects/issues/390pull/402/head
commit
d490eecb30
|
@ -54,6 +54,7 @@
|
|||
"AuditJS Scan",
|
||||
"Azure Security Center Recommendations Scan",
|
||||
"Bandit Scan",
|
||||
"BinaryEdge",
|
||||
"BlackDuck API",
|
||||
"Blackduck Component Risk",
|
||||
"Blackduck Hub Scan",
|
||||
|
@ -66,6 +67,7 @@
|
|||
"Burp REST API",
|
||||
"Burp Scan",
|
||||
"CargoAudit Scan",
|
||||
"Censys",
|
||||
"Checkmarx OSA",
|
||||
"Checkmarx Scan",
|
||||
"Checkmarx Scan detailed",
|
||||
|
@ -133,6 +135,7 @@
|
|||
"Nmap Scan",
|
||||
"Node Security Platform Scan",
|
||||
"Nuclei Scan",
|
||||
"ONYPHE",
|
||||
"ORT evaluated model Importer",
|
||||
"OpenVAS CSV",
|
||||
"Openscap Vulnerability Scan",
|
||||
|
@ -156,6 +159,7 @@
|
|||
"Scantist Scan",
|
||||
"Scout Suite Scan",
|
||||
"Semgrep JSON Report",
|
||||
"Shodan",
|
||||
"Snyk Scan",
|
||||
"Solar Appscreener Scan",
|
||||
"SonarQube API Import",
|
||||
|
@ -191,12 +195,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 +235,4 @@
|
|||
],
|
||||
"uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4",
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue