Karton-Pcap-Miner is a strong program that quickly pulls network indicators from analysis PCAP files.” It works with MWDB without any problems to add these indicators as attributes, which makes cybersecurity research better. You can use it with complicated network data because it has tools for HTTP, TCP, SNI, and DNS built in. Professionals who want to speed up the processes of network analysis and signal extraction must have this tool.
Extract network indicators from analysis PCAPs and add push them to MWDB as attributes.
Example analysis results in MWDB
apt install tshark
)http://305friend.caesarsgroup.top/_errorpages/305friend/five/fre.php
104.21.1.61:80
305friend.caesarsgroup.top:443
305friend.caesarsgroup.top
The default configuration uses the following configuration. You should modify it to suit your own instance if you’re deploying the services on your own infrastructure.
[pcap-miner]
vm_ip_range=10.0.0.0/8
max_results=24
ignore_list=
Read the karton documentation to learn how to configure services in your own deployment.
Set the vm_ip_range
value to specify the range of IP addresses used by VMs. This is used to detect the outgoing direction in network connections.
Some samples may purposely generate a huge number of TCP/DNS connections. The max_results
configures the maximum number of results reported for a given analyzer. If The number exceeds the configured value, no values are reported at all. Set to -1
to always report all results.
In some cases you don’t really want to report some of the indicators that come up in almost all PCAPs. Things like OCSP, UPNP, telemetry appears very frequently and doesn’t provide any analytic value per se.
You can configure the ignored values for each analyzer using the ignore_list
configuration value. It should point to a JSON file containing the excluded values:
{
"network-http": ["http://239.255.255.250:1900*","http://[FF02::C]:1900*"],
"network-tcp": [],
"network-sni": ["google.com:443"],
"network-dns": ["teredo.ipv6.microsoft.com","isatap","dns.msftncsi.com","wpad"]
}
Prompt injection is a type of security vulnerability that can be exploited to control the…
Firefly is an advanced black-box fuzzer and not just a standard asset discovery tool. Firefly…
Winit is a robust, cross-platform library designed for creating and managing windows in Rust applications.…
In today’s digital age, convenience often comes at the cost of security. One such overlooked…
Terminal GPT (tgpt) offers a seamless way to bring the power of ChatGPT 3.5 directly…
garak checks if an LLM can be made to fail in a way we don't…