Screenshots
Example Usage
graph TD
subgraph Input
B1["network input"]
B2["pcap file"]
B3["dnstap socket"]
end
subgraph "Process"
C1["Sampling based of ratio"]
C2["Packet Process"]
C3["Dispatcher"]
O11["Output1"]
O12["Domain Skip (optional)"]
O13["Domain Allow (optional)"]
O21["Output2"]
O22["Domain Skip (optional)"]
O23["Domain Allow (optional)"]
O31["Output3"]
O32["Domain Skip (optional)"]
O33["Domain Allow (optional)"]
end
B1 --> Process
B2 --> Process
B3 --> Process
C1 --> C2
C2 --> C3
C3 --> O11
C3 --> O21
C3 --> O31
O11 --> O12 --> O13
O21 --> O22 --> O23
O31 --> O32 --> O33
subgraph Output
Splunk
Syslog
H["ClickHouse"]
Postgres
Kafka
I["JSON File"]
Influx
Elastic
J["stdout"]
Parquet
Sentinel
end
O13 --> H
O23 --> I
O33 --> J
See also
BurpSuite-Xkeys
Free
A Burp Suite Extension to extract interesting strings (key, secret, token, or etc.) from a webpage.…
soSaver
Open Source
A Frida-based utility for dynamically extracting native (.so) libraries from Android applications.…
speakeasy
Open Source
Windows kernel and user mode emulation.…
onion-lookup
Open Source
Software back-end and services for checking the existence of Tor hidden services and retrieving thei…
Cortex-Analyzers
Open Source
The following repository is used by TheHive Project to develop and store Cortex analyzers & responde…
Nmap
Open Source
Kali
The industry-standard network scanner. Discovers hosts, open ports, services, OS versions, and runs …