Nervous / certitude

The Seeker of IOC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CERTitude - The seeker of IOC

Install guide

Software Requirements

  • Python >= 2.7.9
  • OpenSSL if you want to use SSL

Installing Python requirements

cd dist
pip install -r requirements.txt
pycrypto-2.6.1.win32-py2.7.exe
install-pyopenssl.bat

Generating SSL certificate & private key

cd ssl
gen-cert-for-me.bat

Tweaking your config file

Edit config.py

  • Enable HTTPS:

    • USE_SSL=True
    • SSL_KEY_FILE = 'path/to/key'
    • SSL_CERT_FILE = 'path/to/cer'
  • Database location: BASE_DE_DONNEES_QUEUE = 'path/to/db'

  • Set the server SALT for password hashing (based on sha256)

Run guide

Initializing the database

python main.py init

Runnning things

  • Interface : python main.py run -c interface
  • Scanner : python main.py run -c iocscan [-b batch]

Misc

Contact

cert@solucom.fr

© Solucom 2016

Contributors

  • Aurélien BAUD
  • Adrien DEGRANGE
  • Jean MARSAULT
  • Vincent NGUYEN
  • Fabien SCHWEBEL
  • Antoine VALLEE

About

The Seeker of IOC

License:GNU General Public License v2.0


Languages

Language:Python 97.5%Language:HTML 1.2%Language:JavaScript 0.9%Language:CSS 0.2%Language:C++ 0.1%Language:Batchfile 0.1%