Anonymous ID: d99fbe July 10, 2021, 1:10 p.m. No.71056   🗄️.is 🔗kun   >>1057 >>1132 >>1134

>>71055 pb

>plz repost nb

 

>>70974 pb

>/agg_image_failure/

>/route_DoD_11.11.18/

>America Will Be Unified Again.

>Future Proves Past.

1st four lines = Q3579

Then this

You didn't think 11.11.18 was a date, did you?

and the rest.

Single poster I believe

Anonymous ID: d99fbe July 10, 2021, 6:37 p.m. No.71112   🗄️.is 🔗kun   >>1132 >>1134

>>71110

>WE GOT THE PACKETS

>I personally would give a dollar to know what the fuck that really means.

imagine a video of Fulton County election cheaters pulling fake ballots from under a table and running them through 4 times, only it's a video of network traffic hacking a voting machine.

 

What is a “Packet”?

 

Before we continue in this article, let’s first talk about what we mean by “packets”. If you have been in the networking world for even a short while, then you will be familiar with the OSI model:

 

7 layers, from Application down to the Physical layer.

 

So what happens when two devices on a network want to communicate? Let’s take the example of a client that wants to access a particular page on a web server. From a high level, the client will make an HTTP request for that particular page on the web server.

 

However, for that HTTP request to get to the server, the data needs to be “encapsulated” across the various layers of the OSI model. For example, the HTTP request will be encapsulated in a TCP header, and then an IP header, and then becomes an Ethernet frame, until it is sent out over the wire to the server. The server will then perform the reverse process (decapsulation) until it retrieves the HTTP request from the client and then processes it.

 

Note: This is an oversimplification of the process. Before the HTTP request can be sent, other forms of communication like ARP and TCP Handshake will have taken place.

 

In most cases, several “packets” will be sent between the client and the server to form the communication/conversation between these devices. What packet capture does is to capture each packet that makes up the conversation so that these packets can be looked into at a deeper level.

 

Note: In networking terminology, we call data at the transport layer a segment, data at the network layer a packet, and data at the data link layer a frame. However, when talking about packet capture, a “packet” refers to data that has been encapsulated at the upper layers (e.g application layer) all the way down to when the packet is ready to exit/enter an interface.

Packet Capture Use-Cases

 

Now that we have gotten definitions out of the way, let us discuss some use cases for packet capture – why would you want to perform a packet capture?

 

Security incident investigation

 

During one of my troubleshooting exercises for a company, we noticed that certain devices were being crippled by some traffic passing through them. The problem was so bad that it was affecting the console connection to the devices and we could hardly troubleshoot the devices on the spot.

 

Thankfully, this company was monitoring all traffic going through their network and keeping the backup of all these packet captures.

 

When we looked through the packet capture, wenoticed a particular IP address that was sending a large number of packets. Further investigation revealed that this IP address was being used to perform a Denial of Service (DoS) attack on the company’s network. Blocking that IP address temporarily solved the problem.

 

This is one of the uses of Packet Capture, to help investigate security incidents such as the one described above. By capturing packets flowing through a network, it is possible to identify viruses, spyware, and other forms of malware and security threats.