We can pull out the name of the query, and put it into CyberChef, in which we get PII leakage
However, we can see overall that all of the DNS packets can be converted from hex to see what is going on
We can dump out the contents first:
tcpdump -nr suspicious_traffic.pcap port 53 -w dns.pcap
And then convert all of that into hex, we can see that whoami is the first command ran
Next, we need to get the version of the DNS tunneling tool. We can grab that from this dump
Next, we need to name the tool that they left on the host. We know this already, as it’s right there: win_installer.exe
Are are then asked if they found anything on the cloud storage. Luckily, they came up empty handed
Next, the file path to the PII file is asked.
We are able to find it as: C:\users\test\documents\client data optimisation\ user details.csv
Finally, we need to determine the amount of records that were stolen. Doing the count, we are able to determine that 721 users had their information stolen from the breach.