Using netfilterqueue I can’t ping correctly when modifying a packet and sending it with scapy? [migrated]

I have a program that captures packets on my kali virtual machine and stores them in a queue table by the commands:
iptables -I INPUT -j NFQUEUE –queue-num 0
iptables -I OUTPUT -j NFQUEUE –queue-num 0

So the queue number is 0, and here … Continue reading Using netfilterqueue I can’t ping correctly when modifying a packet and sending it with scapy? [migrated]

Wireshark Output | [Malformed Packet: Laplink: length of contained item exceeds length of containing item] from Russian IP

While running some traces for one of our production servers, an interesting item kept popping up in our Wireshark:

[Malformed Packet: Laplink: length of contained item exceeds length of containing item]

This is consistently coming from a… Continue reading Wireshark Output | [Malformed Packet: Laplink: length of contained item exceeds length of containing item] from Russian IP

Is it possible to convert an IP packet into a grayscale image through the help of deep packet inspection? [closed]

I am working on building a malware classifier that works by using gray-scale images of the dissasembly files. This method has been outlined in multiple research papers, here is one:
https://ieeexplore.ieee.org/document/7811100
Now, I am ju… Continue reading Is it possible to convert an IP packet into a grayscale image through the help of deep packet inspection? [closed]