-
Notifications
You must be signed in to change notification settings - Fork 463
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
Fix and enhance handling of crowdstrike.DomainName #12509
base: main
Are you sure you want to change the base?
Conversation
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
/test |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
packages/crowdstrike/data_stream/fdr/_dev/test/pipeline/test-fdr.log-expected.json
Outdated
Show resolved
Hide resolved
Thanks for the fixes @efd6 |
/test |
Quality Gate failedFailed conditions |
The tests are failing with
Please add these fields to the field definitions. |
Added mappings and actually tested on the right branch, apologies. |
/test |
💔 Build Failed
Failed CI StepsHistory
|
Please run |
eda4138
to
f728ca7
Compare
Hey @efd6, I committed the updated readme after building. Any insight into what happened in the upstream that caused all these merge conflicts and what we need to do to get this merged in? |
There has been a history rewrite. Please rebase onto the new main and sync your main to that ref. |
3d1145c
to
09ae88c
Compare
Proposed commit message
This PR fixes a few bugs and also enhances the handling of domain names.
List of bug fixes:
url.scheme
which would set all logs that have no destination port tourl.scheme: http
even if no network activity was involved. This logic is still entirely based on port which is obviously not ideal but I left that alone.SuspiciousDnsRequest
.dns.question.name
which was handled by the registered domain processor which meant that all internal domains and PTR queries were not being set properly.Enhancement:
crowdstrike.DomainName
when the event type is not DNS related. I have only observed SMB communications withcrowdstrike.DomainName
so there may still be some other event types that need handling but I do not have examples.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots