Перейти к файлу
Jean-Louis Huynen d5811ae08e
chg: [sql] remove unnecessary not null constraint
2020-11-18 16:16:46 +01:00
conf.sample flag, config files, redis, etc. 2019-04-24 15:58:03 +02:00
.gitignore chg [modules] going modular 2020-01-10 13:14:09 +01:00
LICENSE Initial commit 2019-03-27 16:38:25 +01:00
README.md chg: [doc] not only pgsql10 2020-11-18 14:47:14 +01:00
go.mod chg [modules] going modular 2020-01-10 13:14:09 +01:00
go.sum chg [modules] going modular 2020-01-10 13:14:09 +01:00
main.go chg: [sql] remove unnecessary not null constraint 2020-11-18 16:16:46 +01:00
passivessl.sql chg: [sql] remove unnecessary not null constraint 2020-11-18 16:16:46 +01:00
passivesslCreate.sql chg [modules] going modular 2020-01-10 13:14:09 +01:00
populate.sh chg: [sql] remove unnecessary not null constraint 2020-11-18 16:16:46 +01:00

README.md

analyzer-d4-passivessl fetch a redis feed of certificate and TLS sessions and massage the dataset to be usable by lookup-d4-passivessl service.

Dependencies

go get github.com/gomodule/redigo/redis
go get github.com/lib/pq
sudo apt install postgresql-plpython3-[your psql version]

Config

analyzer-d4-passivessl - Passive SSL analyzer:

 Fetch data from sensor-d4-tls-fingerprinting and push it into d4-passivessl-server

Usage:

 analyzer-d4-passivessl -c  config_directory

Configuration:

 The configuration settings are stored in files in the configuration directory
 specified with the -c command line switch.

Files in the configuration directory:

 redis - empty if not used.
       | host:port/db
 redis_queue - type and uuid of the redis queue
          | type:uuid 
 postgres - postgres database
          | user:password@host:port/db
 certfolder - absolute path to the folder containing certificates
          | /....