styx/models
Christopher Talib b9a2e73e33 Working version capturing CertStream saving raw, nodes and edges.
There was some problem with my editor and lost some code, this work is
fixing that and adding new features. Current state of the code:
* capturing CertStream traffic
* saving raw certstream objects in a custom wrapper
* extracting fingerprints and domains from the certstream object
* saving fingerprints and domains nodes and edges between them.
* fingerprint is linked to the raw certstream object with an edge
* saving to files with customizable names (raw in code)

broker:
* kafka connection and test
* no sending of data to it for the moment
2020-01-29 12:47:01 +01:00
..
cerstream.go Removing extract.go file and refactoring the adhoc functions to files with name of the service 2020-01-29 11:05:05 +01:00
main.go Working version capturing CertStream saving raw, nodes and edges. 2020-01-29 12:47:01 +01:00
pastebin.go Working version capturing CertStream saving raw, nodes and edges. 2020-01-29 12:47:01 +01:00
types.go Saving edges and node from CertStream traffic. 2020-01-29 10:03:52 +01:00