nDPId/examples
Toni Uhlig 93bff603d0
py-flow-info: Support for --ipwhois, --new and --detection.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2021-04-30 22:39:11 +02:00
..
c-captured Fixed nDPIsrvd.h flow end bug (flow end callback could never be called and caused some memory troubles). 2021-04-11 12:34:38 +02:00
c-collectd nDPId-test: added JSON distribution + JSON parsing (Multithreaded design re-using most of nDPId/nDPIsrvd core) 2021-04-09 00:18:35 +02:00
c-json-stdout Switched to CMake build system. 2021-03-17 17:41:19 +01:00
go-dashboard nDPIsrvd C API overhaul and massive simplification. 2021-02-06 15:41:30 +01:00
py-flow-info py-flow-info: Support for --ipwhois, --new and --detection. 2021-04-30 22:39:11 +02:00
py-flow-undetected-to-pcap Added IPv6 support for -I / -E. 2021-04-11 00:16:52 +02:00
py-ja3-checker Added JA3 blacklist downloader/checker from abuse.ch 2021-04-17 16:45:03 +02:00
py-json-stdout Added IPv6 support for -I / -E. 2021-04-11 00:16:52 +02:00
py-risky-flow-to-pcap Added IPv6 support for -I / -E. 2021-04-11 00:16:52 +02:00
py-schema-validation Added nDPId semantic validation test. 2021-04-14 22:04:42 +02:00
py-semantic-validation Added nDPId semantic validation test. 2021-04-14 22:04:42 +02:00
README.md Added python example to check JA3 hashes against known hashes via JA3er.com 2021-04-16 13:30:24 +02:00

examples

Some ready-2-use/ready-2-extend examples/utils. All examples are prefixed with their used LANG.

c-captured

A capture daemon suitable for low-resource devices. It saves flows that were guessed/undetected/risky/midstream to a PCAP file for manual analysis. Basicially a combination of py-flow-undetected-to-pcap and py-risky-flow-to-pcap.

c-collectd

A collecd-exec compatible middleware that gathers statistic values from nDPId.

c-json-stdout

Tiny nDPId json dumper. Does not provide any useful funcationality besides dumping parsed JSON objects.

go-dashboard

A discontinued tty UI nDPId dashboard. I've figured out that Go + UI is a bad idea, in particular if performance is a concern.

py-flow-info

Prints prettyfied information about flow events.

py-flow-undetected-to-pcap

Captures and saves undetected flows to a PCAP file.

py-json-stdout

Dump received and parsed JSON strings.

py-risky-flow-to-pcap

Captures and saves risky flows to a PCAP file.

py-schema-validation

Validate nDPId JSON strings against pre-defined JSON schema's. See schema/. Required by tests/run_tests.sh

py-semantic-validation

Validate nDPId JSON strings against internal event semantics. Required by tests/run_tests.sh

py-ja3-checker

Captures JA3 hashes from nDPIsrvd and checks them against known hashes from ja3er.com.