Logfile Anonymisierungstool Anonip
Anonip ist ein Tool zur Anonymisierung von IP-Adressen in Logdateien.
Durch die Maskierung der letzten Bits von IPv4- und IPv6-Adressen bleiben die wichtigen Informationen bestmöglich erhalten, die IP-Adressen sind jedoch nicht mehr einem Anschluss zuzuordnen.
Je nach eingesetzter Webserver-Software werden die Logdaten direkt an Anonip übergeben. Somit werden die unmaskierten IP-Adressen zu keinem Zeitpunkt gespeichert.
Mit Hilfe von Shell-Redirects können auch existierende Logdateien anonymisiert werden.
https://www.digitale-gesellschaft.ch/anonip/
Logfile Anonymisierungstool Anonip - Digitale Gesellschaft
Beschreibung Anonip ist ein Tool zur Anonymisierung von IP-Adressen in Logdateien. Durch die Maskierung der letzten Bits von IPv4- und IPv6-Adressen bleiben die wichtigen Informationen bestmöglich erhalten, die IP-Adressen sind jedoch nicht mehr eine…Digitale Gesellschaft
anonymize_log
The purpose of the anonymize_log.py script is to make access logs of the Apache web server compliant with GDPR while keeping them processable by log analysis software.
A typical user will be a web server administrator in the EU, who wants to generate visitor statistics from access logs and does not want to break the law.
Disclaimer
I am not a lawyer, and I have not even read the whole GDPR. I read some excerpts, explanations, and discussions on the web, and I wrote the script according to my best understanding of the topic. I do not provide any warranty on the script or on the information in this document (see also Section 15 of the license).
If you want to make sure that your log-processing procedures are GDPR-compliant, please consult a lawyer.
https://github.com/pepalogik/anonymize_log
GitHub - pepalogik/anonymize_log: Anonymizer of Apache access logs
Anonymizer of Apache access logs. Contribute to pepalogik/anonymize_log development by creating an account on GitHub.GitHub
How to Set Up ModSecurity with Apache on Debian
This tutorial is going to show you how to install and use ModSecurity with Apache on Debian/Ubuntu servers. ModSecurity is the most well-known open-source web application firewall (WAF), providing comprehensive protection for your web applications (like WordPress, Nextcloud, Ghost etc) against a wide range of Layer 7 (HTTP) attacks, such as SQL injection, cross-site scripting, and local file inclusion.
https://www.linuxbabe.com/security/modsecurity-apache-debian-ubuntu