I wrote a .Net application that has nothing to do with network connectivity. There is not a single line of code in the entire application using the network adapter, but my firewall caught trying to contact Verisign for some reason when starting the application. This does not occur regularly; in fact, this happened only twice.
Last time, I was able to launch Wireshark before informing the firewall about permission to access the network. I can say that there is no real data transfer . It captured only 9 TCP packets: some SYN packets, some SYN / ACK and some RST packets (RST packets were damaged). I would suspect one of my third-party DLLs, but I don’t understand why the math library or image manipulation library tried to establish a connection with Verisign and then do nothing with this connection.
My clients are in tight security organizations; the last thing I want is a phone call asking why my application is connecting to the Internet.
Does anyone know why this is happening? Is there any way to prevent this?
The .pcap file created by Wireshark is here .
Phil
source share