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

feat: add tail_pihole option for reverse_dns enricher #82

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

aeijdenberg
Copy link
Contributor

After running with reverse_dns for a while we noted the results weren't that interesting. The result for many IPs is a generic load-balancer or other IP at various cloud providers.

In our case, we are running pihole on the same server as this process, so this adds an option to tail the pihole log, and use that to see the original query before CNAME traversals, then cache the final IP resolved for a given initial query.

This may give more interesting results.

After running with reverse_dns for a while we noted the results weren't that interesting. The result for many IPs is a generic load-balancer or other IP at various cloud providers.

In our case, we are running pihole on the same server as this process, so this adds an option to tail the pihole log, and use that to see the original query before CNAME traversals, then cache the final IP resolved for a given initial query.

This may give more interesting results.
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@rkosegi rkosegi merged commit 0c5d5ed into rkosegi:main Apr 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants