zIPam helps security analyst to analyze network logs from an excel file. It runs 'whois' request to find organizations for blue teams.
- .xlsx parsing
- GET requests to two whois web apps
- subnet searching added
- xls and txt output
- error output
- API integration for security devices
- General log parsing
git clone https://github.com/EmreOvunc/zIPam-Log-Analyzer.git
cd zIPam-Log-Analyzer
sudo pip3 install virtualenv
python3 -m venv myvenv
source myvenv/bin/activate
pip3 install -r requirements.txt
python3 zippam.py