PDA

View Full Version : Net Send port


View Full Version : Net Send port


Skeptikal
November 3rd, 2002, 05:53 PM
hi !

Does anyone knows the ports (and trigger, if possible) used by the Net.exe feature used on Windows NT based OS ?
(I'm working on integration of my Message Sender with LAN and outside world...)
I would really like to know the trigger and port (at least).
Thanks.

Skepitkal

Jared592
November 3rd, 2002, 06:32 PM
The recent messages are making it past the usual NetBIOS filters (ports 137-139, port 445) because in Windows 2000 and XP, the Messenger Service now works using RPC. A lookup is done on port 135 (epmap, DCE [RPC] endpoint resolution). That tells what high-numbered port the Messenger Service is listening on. The best way to stop this is to permanently disable the Messenger Service. You may also want to block port 135. I have also included information about Microsoft Distributed COM (DCOM), which uses port 135.


I stole this info from: http://www.chebucto.ns.ca/~rakerman/trojan-port-table.html#netsend

Easy Yahoo Search btw