I think I need a serious network engineer for this. I’d file an IT request but it takes them forever to escalate things.
I noticed some strange network issues on my work machine. I popped open Task Manager (this is Windows) and see that the adapter is receiving 80 Mb/s of data… constantly. It sometimes cycles off, but when it’s on it’s at a virtually constant 80.
I look for which process could be causing this, and… nothing. Nothing in Task Manager is using anything like this amount. I load up Process Explorer. Still nothing. TCPView–nothing.
Fine. Get out the big gun–Wireshark. Do a capture. At first I’m confused–I can still see almost nothing, even at the packet level. No IPv4 packets (except the usual noise), no IPv6, no UDP…
Explore around a bit (I’m a noob at this) until I run across the Protocol Hierarchy Statistics. Bam. But what the hell?
“Data”, 99.3% of traffic and 78 Mb/s. But what is this? I searched around a bit and found that it could sometimes represent encrypted packets, like maybe WPA over WiFi. But this isn’t a WiFi adapter. It’s a 10 Gb Ethernet connection. Plus, the packets themselves look weird:
0000 00 01 74 00 00 01 74 00 00 01 74 00 00 01 74 00
0010 00 01 74 00 00 01 74 00 00 01 74 00 00 01 74 00
It’s like that over and over. Different packets have different data, but it’s all repetitive 32-bit chunks. Another:
0000 e0 00 b3 94 e0 00 b3 94 e0 00 b3 94 e0 00 b3 94
0010 e0 00 b3 94 e0 00 b3 94 e0 00 b3 94 e0 00 b3 94
It’s not all coming from the same address. But I do see only a couple dozen machines. Nothing obvious.
Is there a DDoS happening inside our network somehow? Any advice in diagnosing this further before escalation? Any of it look remotely familiar?
I should add that I have a couple of machines on a 10 Gb switch, which is itself connected via 1 Gb switch to the rest of the network. The traffic isn’t coming from the 10 Gb switch or anything on it. It’s all coming from outside. I’m not entirely sure why the 1 Gb switch is letting the packets into the local network. Shouldn’t it be doing some MAC filtering or something (it’s just a dumb, cheap switch, but I thought it would do filtering at some level)?