Question:
how to block skype in my network? ten points to the best answer!?
2010-08-10 01:01:01 UTC
how to block skype in my network? ten points to the best answer!?
Nine answers:
?
2010-08-10 06:04:46 UTC
these are skype login servers:

"dir1.sd.skype.net:9010", "dir2.sd.skype.net:9010", "dir3.sd.skype.net:9010", "dir4.sd.skype.net:9010", "dir5.sd.skype.net:9010", "dir6.sd.skype.net:9010", "dir7.sd.skype.net:9010", "dir8.sd.skype.net:9010" "http1.sd.skype.net:80", "http2.sd.skype.net:80", "http3.sd.skype.net:80", "http4.sd.skype.net:80", "http5.sd.skype.net:80", "http6.sd.skype.net:80", "http7.sd.skype.net:80", "http8.sd.skype.net:80" Skype-SW connects randomly to 1-8.



if you want to block skype totally and dont want to spend alot on your firewall. you can use Squid proxy running on OpenBSD.



the below is not an accurate study of how Skype operates, and

is not be a comprehensive analysis of its behaviour :



1) Skype will initially attempt to contact supernodes, the IPs of which

are in a file stored along with the other files that Skype installs. The

first method of contact is direct. The source ports that Skype attempts

to connect from are non-default ports. From my observations I could see

that the UDP source port 1247 is the initial control channel. Once the

connection is established, the rest of the communications is done in TCP

over non-default source ports with ranges sweeping from 2940-3000.

In general, any company that is serious about its security policy would

have strict egress filtering rules, which makes identifying the

non-default source/destination ports that Skype uses irrelevant since

they would be blocked anyway.



2) If the above fails, Skype will use the proxy server specified in Internet

Explorer, and attempt to tunnel the traffic over port 443 using the SSL

protocol. The destination IPs are of course random as above, which makes

destination blocking out of the question. The only option left is to

block SSL,

which is not really a solution, unless you want to end up excluding all

legal SSL destinations.

Deleting the user's proxy settings would also disallow Skype from

connecting. That would however leave the user without internet access.

Even if the user had no proxy settings, and the proxying was done

transparently (which would definitely include proxying http and https

traffic), the Skype traffic (SSL) would again be transparently proxied,

which puts us back at square one.







The Alternative That Works :



Internet access services in our corporate workplace are provided by our

proxy servers. The setup is basically Squid-proxy running over OpenBSD.

PF (packet filter, OpenBSD's built-in firewall) takes care of all the

egress/ingress filtering, and the rest of the content filtering is done

in Squid using custom-written accesslists.



Blocking Skype's default operation was a no-brainer, as our strict

egress filtering rules block all outgoing traffic. The problem was with

Skype detecting the user's proxy server, and tunneling its traffic over

Squid. Upon checking Squid's access logs, all we could see was requests

made by the user's machines using the 'Connect' method to random

destination IPs.



As mentioned above, blocking SSL or the 'Connect' method, means blocking

access to all legitimate websites that use SSL (Hotmail, Yahoo,

E-banking, E-commerce websites, e.g any website that is secured by SSL).

Should you go down that road, you would have to explicitly allow all

permitted destinations (an ongoing technical nightmare).



The catch in successfully blocking Skype given all of the above, would be to

block access to requests made by clients, to destination specified by their

numeric IP address, AND using the 'Connect' method to tunnel the Skype

data. I

have done that simply by writing an access list in Squid that achieves

just that.

The access-list is in regex (regular expression) format that identifies

numeric IP addresses. The access-list further specifies the connection

method that the client is using. In Squid the 'Connect' method is

conveniently called 'Connect' as well.





The access list then is of the following form :





# Your acl definitions

acl numeric_IPs urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+

acl connect method CONNECT



# Apply your acls

http access deny connect numerics_IPs all
?
2016-12-16 11:48:31 UTC
Skype Block
?
2016-11-07 01:59:56 UTC
How To Block Skype
Blare
2015-08-13 01:26:15 UTC
This Site Might Help You.



RE:

how to block skype in my network? ten points to the best answer!?
Dawn
2016-03-29 06:33:04 UTC
For the best answers, search on this site https://shorturl.im/CzIHG



1. sunburnt penguiin 2. smoke 3. 3 or 5 depends how you look at it.
Marie
2016-03-19 20:20:33 UTC
1. Newspaper 2. Smoke 3. 2 apples
2014-01-11 05:13:39 UTC
i want u to block some one skype for me
2014-07-04 17:39:52 UTC
Please i need a serious help, my skype have been blocked and i need to retrieve back my skype and i don't know how to do it...please give me the idea a of it and the site to take back my skype, i need your help in this...please please please help me...le me have back my skype, why all skype like blocking people skype? please give me the idea to take back my skype and i need you people help....
foreverfaded
2010-08-10 01:03:23 UTC
just hide your whole computer from the network



- Click Start -> Run (this brings up the Run dialog box)

- In the Run dialog box, type cmd and press Enter (This brings up the Command Prompt window)

- In the Command Prompt type net config server /hidden:yes and press Enter


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...