Link to home
Start Free TrialLog in
Avatar of Heath Calhoun
Heath Calhoun

asked on

computers on a network

Hi.  Is there any program that I can use to load a monitoring program on a computer that shows up on my network?
This would need to let me see in snapshots, logs what the user is doing and be able to take control of a target pc.
From time to time, I see computers show up in a workgroup on the network and have no way to get into them to
id the systems.  If there is any software that will allow me to push it out without having admin rights to the box,
that would be most helpful.  For instance, if I have a IP is there any program that can load in stealth mode and let
me see the target box?

Thanks.
Avatar of r-k
r-k

"is any software that will allow me to push it out without having admin rights to the box"

I doubt this very much. This would be a major problem if anyone without admin rights could install stealth monitoring programs on someone elses computer.
>>> push it out without having admin rights to the box
That is possible
but why do u need to do so??
> If there is any software that will allow me to push it out without having admin rights to the box,
see above,
or ask the owner of the PC to install the spyware for your purpose ;-)

> For instance, if I have a IP is there any program that can load in stealth mode and let me see the target box?
hmm, that's called malware. In particular some kind of trojan or rootkit which requires a vulnerablitiy in the target host somewhere first.
If you have administrator rights you can use DameWare or VNC.
(This includes domain administrators as well)
Dameware can run even if the client wasn't insallted previously (Through remote installation)

Obviously if you don't have administrator rights that wouldn't be possible cause if it would be that would be a security issue and microsoft wouldn't want that.

what you can do is monitor all the traffic flowing through your network Using tools like ethereal.
> .. and microsoft wouldn't want that.
hmm, what has this to do with microsoft?
And if you realy mean M$ (whatever this means), I guess that you're wrong, they want it, they realy, realy want it!
*SCNR*
hi calhounh,
We haven't heard anything from u yet?
can u tell us hwy do u need such software if u r not an admin?
Avatar of Heath Calhoun

ASKER

From time to time, people like to bring computers from home and plug in, only we don't know about it.
Or another system shows up and we finally find out it is from another agency.
If it's somebody breaking in and trying to attach, then I'd like to be able to return the favor.
"If it's somebody breaking in and trying to attach, then I'd like to be able to return the favor."

Interesting thought, but it is probably illegal, besides being against EE policy.

ASKER CERTIFIED SOLUTION
Avatar of Tolomir
Tolomir
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
> "If it's somebody breaking in and trying to attach,  ..
setup your network with DHCP based on MACs, and probably add managable switches (as Tolomir suggested), then protect outbound access through a proxy with authentication.
here's the solution: 802.1X
people can plug in their computers to the ports you have but they won't be able to get access.
there you have it: no need to spy on people, no need to threat them with the amputation of their most precious parts if caught :D
because nowadays MAC addresses can be changed.. perpetrator might copy the MAC from the computer he plugged out or in case of really patient switches even use one that's already in use.
> .. that grant just authorized computers (with a well known MAC address)
this mean that the switch needs to add that MAC to a specific port, then you're restricted plugin whatever you like with that (faked) MAC to just that port
Still no 100% solution ...
as I pointed out, the 802.1X has a way to provide additional security. and you can implement that completely on open source (RADIATOR, open1x etc) -  no vendor lock-in risks to take. Definitely worth checking out.
One of my employers is a financial institution and it just seemed logical to apply this additional security layer there.