Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.11 KB

zIPam-Log-Analyzer

zIPam helps security analyst to analyze network logs from an excel file. It runs 'whois' request to find organizations for blue teams.

Roadmap

  • .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

Installation

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

Example Output