Skip to content
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 Cisco ASA and FTD parsing of unexpected domain names #14035

Merged
merged 3 commits into from
Oct 14, 2019

Conversation

adriansr
Copy link
Contributor

This patch makes the Cisco ASA and FTD ingest pipeline handle the case
where a domain name is found for a field where an IP is expected
according to the documentation.

To do so it follows ECS guidelines, setting .address to be the raw value
and .ip or .domain from it, depending if it's a valid IP address or not.

Fixes #14034

This patch makes the Cisco ASA and FTD ingest pipeline handle the case
where a domain name is found for a field where an IP is expected
according to the documentation.

To do so it follows ECS guidelines, setting .address to be the raw value
and .ip or .domain from it, depending if it's a valid IP address or not.

Fixes elastic#14034
@adriansr adriansr added bug review needs_backport PR is waiting to be backported to other branches. Team:SIEM labels Oct 14, 2019
@adriansr adriansr requested a review from a team as a code owner October 14, 2019 10:25
@elasticmachine
Copy link
Collaborator

Pinging @elastic/siem (Team:SIEM)

@adriansr adriansr merged commit a678bc9 into elastic:master Oct 14, 2019
adriansr added a commit to adriansr/beats that referenced this pull request Oct 14, 2019
This patch makes the Cisco ASA and FTD ingest pipeline handle the case
where a domain name is found for a field where an IP is expected
according to the documentation.

To do so it follows ECS guidelines, setting .address to be the raw value
and .ip or .domain from it, depending if it's a valid IP address or not.

Fixes elastic#14034

(cherry picked from commit a678bc9)
@adriansr adriansr added v7.4.1 and removed needs_backport PR is waiting to be backported to other branches. labels Oct 14, 2019
adriansr added a commit that referenced this pull request Oct 15, 2019
…d domain names (#14040)

This patch makes the Cisco ASA and FTD ingest pipeline handle the case
where a domain name is found for a field where an IP is expected
according to the documentation.

To do so it follows ECS guidelines, setting .address to be the raw value
and .ip or .domain from it, depending if it's a valid IP address or not.

Fixes #14034

(cherry picked from commit a678bc9)
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…expected domain names (elastic#14040)

This patch makes the Cisco ASA and FTD ingest pipeline handle the case
where a domain name is found for a field where an IP is expected
according to the documentation.

To do so it follows ECS guidelines, setting .address to be the raw value
and .ip or .domain from it, depending if it's a valid IP address or not.

Fixes elastic#14034

(cherry picked from commit 9f20d7c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filebeat - Cisco ASA Module rejected messages
3 participants