Update Cortex XDR telemetry for macOS Network and Trust features#209
Open
malwr4n6 wants to merge 1 commit into
Open
Update Cortex XDR telemetry for macOS Network and Trust features#209malwr4n6 wants to merge 1 commit into
malwr4n6 wants to merge 1 commit into
Conversation
Owner
|
Hi @malwr4n6, thanks for this PR. I think you forgot to provide the evidence. Please provide evidence as per our guidelines. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the Palo Alto Cortex XDR telemetry matrix mappings on macOS for Network Connections, DNS Queries, Binary Signature recording, and SHA-256 process availability. Mappings have been transitioned from unpopulated/pending states to "Yes" based on log verification directly from a running endpoint sensor.
Environment Details
Telemetry Capability Proof Matrix
Based on log telemetry matching, the following standard capabilities are cleanly recorded by the sensor and passed up to queryable indexes:
Network Connections (Status: Yes)
action_typematches"Network Connections".protocol(TCP/UDP), local socket configurations (src_ip/src_port), remote endpoints (dst_ip/dst_port), and connection outcomes (session_status= Success/Failed).src_process_path,src_cmd,os_parent_path,src_cgo_path).DNS Query tracking (Status: Yes)
dns_query_namewith exact requested domains (e.g.,identity.walmart.com,beacon.walmart.ca,slackb.com) tied down to the unique process path that generated the outbound query.Binary Signature Info Recorded (Status: Yes)
src_signature,os_parent_signature, anddst_cgo_signaturestatus fields as"Signed"directly inline with executable execution streams.SHA-256 Available (Status: Yes)
src_sha256andsrc_cgo_sha256.