-
Notifications
You must be signed in to change notification settings - Fork 442
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
Crowdstrike FDR Mapping Enhancement #4040
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Currently blocked by elastic/kibana#134321 |
Hi! We just realized that we haven't looked into this issue in a while. We're sorry! We're labeling this issue as |
Regarding the timestamp, the logic is to take the first available value from the FDR data in the following list:
This seems fairly sensible to me, and there will always be an argument that it should be different, no matter what we have, so I'm not sure it should be changed. |
related.ip
Our FDR pipeline currently adds
observer.ip
,source.ip
anddestination.ip
torelated.hosts
but customer feedback suggests, it should be added be added torelated.ip
field instead ofrelated.hosts
.https://github.com/elastic/integrations/blob/main/packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml#L1342
https://github.com/elastic/integrations/blob/main/packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml#L1834
https://github.com/elastic/integrations/blob/main/packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml#L1839
crowdstrike.FirstSeen
Customer has suggested this field is mapped to
@timestamp
. What field do we currently rely on to generate the timestamp? We do have athreat.indicator.first_seen
but not a good fit here, as it relates more to IOC's.The text was updated successfully, but these errors were encountered: