https://cyberdefenders.org/blueteam-ctf-challenges/malware-traffic-analysis-1/
the only private ip connects to the internet / also if you look at hosts in network miner you find that its the only host identified as windows machine

Based on DHCP traffic we can identify machine info / filter with bootp

Open DHCP Request packet and expand the section Dynamic Host Configuration Protocol (Request) and then expand Option Host Name.

“compromised website” so we look with http/https communication between the infected machine and a website
We see this JS code is redirecting users to http://24corp-shop.com

