Possible spyware?

dgusic

Regular Member
Joined
Feb 28, 2015
Messages
329
Reaction score
180
Hey there,

so, some time ago, few months I believe I downloaded something called Auto Facebook Poster or something like that from the downloads section. Fast forward to today and I have to clean some shit from my PC. I find that this little shit has been sitting in my PC for some time now.

I ran multiple viruses checks and nothing, scanned it with few anti-spyware programs and still nothing, could it be that this little shit with the /hide command could have fucked up my PC and my privacy?

Also, this software was free and it was coded by one of you guys I believe, not really sure about the last one but I know it was free!
 
I seem to recall deleting that because there was no Virustotal scan done on it,
it was posted in the wrong section, and you were not using one of our preferred
file sharing sites.
 
Hi,

Tip #1.

the only way to debug this issue and to know what is happening on your computer is to download wireshark. install it, open it and run the sniffer.

close all websites, all internet related software's like skype, and other softwares. make your PC 100% idling.

now, keep on reading the output of wireshark and see where is your computer connected, what is sending and receiving.
if you are not familiar with wireshark, see some youtube videos


Tip#2

when you closed all websites and software's and PC is 100% idling wait for 3-5 minutes, then open CMD.exe and run
netstat -n |find "ESTABLISHED"
or
netstat -a |find "ESTABLISHED"

and keep doing it every 1-2 mins and see where is your PC connected when it is 100% idling. if you found no Established connections, means your computer is SAFE.



EOF.
 
Tabaza's advice is pretty good, this way you will be able to detect something like a RAT when your AV may not. You will have to do some research on how to find it in Wireshark but it't not that hard. Then learn how to block the connection in your host file. This won't remove it but rather block it.

I would reinstall the OS personally, some see this as an extreme measure but to me it's the only way to know you're clean.

Then setup a virtual machine and Sandboxie inside of that. The next time you want to run a program like that then do it there and it will be safer (but nothing is ever 100% safe keep that in mind).
 
Thank you Tabaza!

I did not find any "ESTABLISHED" connections to my PC. Look like it only has -hide function and I can't find it in the %appdata% folder where it is supposed to be. But looks like my PC is clean...
 
Back
Top