-
Notifications
You must be signed in to change notification settings - Fork 518
qualys_vmdr: Add support for Host Detection API v5.0 #16436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| - rename: | ||
| field: json.METADATA.ALICLOUD.ATTRIBUTE | ||
| tag: rename_METADATA_ALICLOUD_ATTRIBUTE | ||
| target_field: qualys_vmdr.asset_host_detection.metadata.alicloud.attribute | ||
| ignore_missing: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was no live data or documentation available for ALICLOUD element. I applied the mapping according to corresponding GOOGLE and AZURE elements of METADATA (they are exactly similar)
| <MITRE_TECHNIQUE_NAME>Exploitation of Remote Services, Exploitation for Privilege Escalation</MITRE_TECHNIQUE_NAME> | ||
| <MITRE_TACTIC_ID>TA0008, TA0004</MITRE_TACTIC_ID> | ||
| <MITRE_TECHNIQUE_ID>T1210, T1068</MITRE_TECHNIQUE_ID> | ||
| <TRURISK_ELIMINATION_STATUS>FIXED</TRURISK_ELIMINATION_STATUS> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find possible values for TRURISK_ELIMINATION_STATUS in live data or documentation.
@clement-fouque, can you confirm if this value makes sense?
| <VULNERABILITY_DETECTION_SOURCES>Cloud Agent,Internal Scanner</VULNERABILITY_DETECTION_SOURCES> | ||
| <LATEST_VULNERABILITY_DETECTION_SOURCE>Cloud Agent</LATEST_VULNERABILITY_DETECTION_SOURCE> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Samples values taken from documentation here, as I couldn't get them from live data.
cc: @clement-fouque
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
💚 Build Succeeded
cc @kcreddy |
efd6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please wait for @clement-fouque.
Proposed commit message
Checklist
changelog.ymlfile.How to test this PR locally
Pipeline and system tests pass
Pipeline Tests:
System Tests:
Related issues