The Godfather talking
You can run, but you can't hide.
Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 28, 2024, 01:06:11 13:06


Login with username, password and session length


Pages: [1]
Print
Author Topic: Software Calling Home?  (Read 4563 times)
0 Members and 1 Guest are viewing this topic.
optikon
Cracking Team
Hero Member
****
Offline Offline

Posts: 848

Thank You
-Given: 1092
-Receive: 1999


« on: March 07, 2015, 04:57:51 16:57 »


There are many programs available for monitoring network activity. These usually have to be installed and stay resident.

However, Windows comes with a program called netstat that can be used to find out if software is connecting to the web (i.e. malware, spyware or otherwise calling home)

I created 2 batch files that use netstat to log current active connections as well as a "live" check.
The batch files*MUST* be run as admin.

If you are running software for the first time, you can run live_check while the software loads and all network activity will be logged to a text file.
Examine this file and take suspicious IP addresses to an online service like Whatismyip (http://www.whatismyip.com/ip-whois-lookup/) to find out who is behind them.

Using netstat, the batch files will record the following:

1) The local and remote address involved in the activity (IP address, ports)
2) The state of the connection (established, waiting etc..)
3) The executable that created the connection
4) The process ID involved.

Use: Run it. Check the created txt file.

Hope you find it useful, please make suggestions for improvement or post your favorite software to do this job!
Tested on my Win7 x64

See attached . . .
« Last Edit: March 07, 2015, 05:09:59 17:09 by optikon » Logged

I can explain this to you. I can't comprehend it for you.
Magnox
Active Member
***
Offline Offline

Posts: 249

Thank You
-Given: 976
-Receive: 279


Oink!


« Reply #1 on: March 07, 2015, 05:56:29 17:56 »

Very useful info, thanks! It's good to know what is trying to talk. It infuriates me how much software insists on calling home even when told not to in the options. Whether I've paid for it (which I have for a lot) or not, I don't want it talking. *

* you have to laugh - I was just about to say "adobe are bad for this" when ZA popped up with Adobe's updates manager trying to get out again, even though it's been told not to.

I've always used an old, free version of ZoneAlarm (with updates disabled, the newer versions are annoying) to prevent things getting out. Unllike everything else I've tried which has fallen flat quite easily, ZA has only ever failed me once...

I was trialing a file manager, beyond the allowed time and I did subsequently buy it (cost a lot too!). Even blocked with ZA, I found later versions of the software would know they had been installed with a blacklisted key within minutes. The key was definitely not blacklisted in the program itself, so it had to be talking somehow.

I eventually tracked it down with wireshark. The software was using 'unusual' DNS requests, with the company's own DNS server returning data inserted into a valid-looking but bogus DNS response. The program was allowed local/DNS access in the firewall because I used it over the network. Very clever, and the only instance I have seen of this. The program would even search for other DNS sources on the LAN if I blocked the gateway, trying my wireless routers etc. for an answer.

I was quite impressed; simply, but highly effective leveraging of DNS!

The easy answer for me (and still be able to use the program on the LAN) was to set up my Cisco router as authoritive (internally only of course) for the company's domains, to completely intercept these bogus DNS requests. Worked great. Then I decided it was worth the ridiculous cost for a file manager and bought it.

So, anyway, there are more ways out than we might at first think...
« Last Edit: March 07, 2015, 05:59:31 17:59 by Magnox » Logged
Elmer
Junior Member
**
Offline Offline

Posts: 41

Thank You
-Given: 13
-Receive: 11



« Reply #2 on: June 08, 2015, 05:19:13 17:19 »

Out of curiosity, what version of ZoneAlarm are you running?
Logged

peace in the valley
Magnox
Active Member
***
Offline Offline

Posts: 249

Thank You
-Given: 976
-Receive: 279


Oink!


« Reply #3 on: June 08, 2015, 09:45:43 21:45 »

Version 9.2.106.000

I think it was one of the last 'direct download' available, rather than a web installer.

Having paid for a subscription to a more recent version some time ago, I found that both the paid software and the company's behaviour annoyed me so much that I went back to the old free version. They'll never see any more money from me.

A shame, because as I said it's the only personal firewall that's never really failed. I've tried most others, paid and free, and had every one fail at some point and let software get past them without warning.

At least as far as Windows 7, which I'm sticking with for the moment.
« Last Edit: June 08, 2015, 09:53:29 21:53 by Magnox » Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4639

Thank You
-Given: 823
-Receive: 4194


There is no evidence that I muted SoNsIvRi


« Reply #4 on: June 08, 2015, 10:23:27 22:23 »

I know you want to try it Smiley
Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
bobcat1
Senior Member
****
Offline Offline

Posts: 295

Thank You
-Given: 4135
-Receive: 89


« Reply #5 on: June 14, 2015, 11:20:01 11:20 »

Hi

I use AVG with firewall - and he also block unwanted call's - till one time by mistake I let the AVG soft call home and they cancel my subscription due to time limit use.

All the best

Bobi
Logged
naserturk
Inactive

Offline Offline

Posts: 2

Thank You
-Given: 0
-Receive: 1


« Reply #6 on: June 17, 2015, 11:04:54 23:04 »

Hello Smiley
I think you should test Wireshark

windows 32bit edition : https://1.eu.dl.wireshark.org/win32/Wireshark-win32-1.12.6.exe

windows 64bit edition : https://1.eu.dl.wireshark.org/win64/Wireshark-win64-1.12.6.exe

But what is wireshark ?

Wire shark is really professional free and open-source packet analyzer software with graphical user interface

you can see all traffic visible on that selected network interface, not just traffic addressed to selected interface configured addresses and broadcast/multicast traffic.

for example in your home or office yo have 12 computer and they are all in the same network some of them connected with cable and some of them by wifi its not mater
now with wire shark you can see all computers traffic between each other and internet trough your gateway
this software is one of my really useful tools on my network jobs
some time there is one infected computer in your network and it broadcasts lot of data to network and reduce your bandwidth you can simply find that machine on your network

you should test this tools and believe my you find unimaginable capabilities in this tools for finding any spying software or maybe person on your network

for more information please visit Wireshark home page at https://www.wireshark.org/

and Wikipedia page about this fantastic tool at  https://en.wikipedia.org/wiki/Wireshark 

With best regards
NaserTurk      
Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC