Skip to content

Cbrdiv/hacklog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================== What is Hacklog?

Hacklog is a security software that detects compromised user accounts by applying statistical analysis to service access logs.

Hacklog is implemented as a system deamon that accepts log stream via syslog protocol.

http://dandb.github.io/hacklog/

Development

Build Status

Clone repository and install the project

git clone git@github.com:dandb/hacklog.git
cd hacklog
python setup.py install
python setup.py test

Start software

cd hacklog/hacklog
./start.sh  # start service
./stop.sh   # stop  service

Deployment

Install hacklog package yum -y install hacklog

Start the service service hacklog start

Point to your syslog output to @<hacklog server>

Community

Mailing list

https://groups.google.com/forum/#!forum/hacklog-devel

https://groups.google.com/forum/#!forum/hacklog-users

Chat Gitter

About

"Hacking Outliers" project -- detect compromised user accounts by applying statical analysis to service access logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.2%
  • Shell 7.8%