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

AnonIp - Anonymize IP addresses in log files #64573

Closed
htgoebel opened this issue Jul 10, 2019 · 0 comments · Fixed by #64628
Closed

AnonIp - Anonymize IP addresses in log files #64573

htgoebel opened this issue Jul 10, 2019 · 0 comments · Fixed by #64628

Comments

@htgoebel
Copy link

Please package Anonip, a tool to anonymize IP addresses in log files.

It is a simple Python application without any requirements. All required information can be found in he guix package description for AnonIP.

Description:

Anonip masks the last bits of IPv4 and IPv6 addresses in log files. That way most of the relevant information is preserved, while the IP address does not match a particular individuum anymore.

Depending on your Web server, the log entries may be piped to Anonip directly or via a FIFO (named pipe). Thus the unmasked IP addresses will never be written to any file.

It's also possible to rewrite existing log files.

Anonip can also be uses as a Python module in your own Python application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants