- Wed 6th Nov 2013, 22:03
#11
- Appreciate my support? Feel free to buy me a coffee.
- Voipfone are offering you the chance to trial their VoIP service for free for 30 days. Sign me up!
- Sign up for a Dropbox account using my referral link and get an extra 500 MB of bonus space. Sign me up!
Please be aware that if you don't know exactly what you are doing you could easily open yourself to attack from the many internet hackers now targeting naive PBX users. Not only compromising your network but leaving you with a very high phone bill.
If you do use one of these boxes, I strongly advise you to have it professionally installed and maintained.
Below are 7 tips that Digium, the Asterisk company, provide to minimise these risks.
http://www.itspa.org.uk/downloads/ITSPA_BCP_IP-PBX.pdf
If you do use one of these boxes, I strongly advise you to have it professionally installed and maintained.
Below are 7 tips that Digium, the Asterisk company, provide to minimise these risks.
Seven Easy Steps to Better SIP Security on Asterisk:The industry recommendations for secure deployment of an IP-PBX document can be found here:These 7 basics will protect most people, but there are certainly other steps you can take that are more complex and reactive. Here is a fail2ban recipe which might allow you to ban endpoints based on volume of requests.
- Don't accept SIP authentication requests from all IP addresses. Use the 'permit=' and 'deny=' lines in sip.conf to only allow a reasonable subset of IP addresses to reach each listed extension/user in your sip.conf file. Even if you accept inbound calls from anywhere (via [default]) don't let those users reach authenticated elements!
- Set 'alwaysauthreject=yes' in your sip.conf file. This option has been around for a while (since 1.2?) but the default is 'no', which allows extension information leakage. Setting this to 'yes' will reject bad authentication requests on valid usernames with the same rejection information as with invalid usernames, denying remote attackers the ability to detect existing extensions with brute-force guessing attacks.
- Use STRONG passwords for SIP entities. This is probably the most important step you can take. Don't just concatenate two words together and suffix it with '1' if you've seen how sophisticated the tools are that guess passwords, you'd understand that trivial obfuscation like that is a minor hindrance to a modern CPU. Use symbols, numbers, and a mix of upper and lowercase letters at least 12 digits long.
- Block your AMI manager ports. Use 'permit=' and 'deny=' lines in manager.conf to reduce inbound connections to known hosts only. Use strong passwords here, again at least 12 characters with a complex mix of symbols, numbers, and letters.
- Allow only one or two calls at a time per SIP entity, where possible. At the worst, limiting your exposure to toll fraud is a wise thing to do. This also limits your exposure when legitimate password holders on your system lose control of their passphrase & writing it on the bottom of the SIP phone, for instance, which I've seen.
- Make your SIP usernames different than your extensions. While it is convenient to have extension '1234' map to SIP entry '1234' which is also SIP user '1234', this is an easy target for attackers to guess SIP authentication names. Use the MAC address of the device, or some sort of combination of a common phrase + extension MD5 hash (example: from a shell prompt, try 'md5 -s ThePassword5000')
- Ensure your [default] context is secure. Don't allow unauthenticated callers to reach any contexts that allow toll calls. Permit only a limited number of active calls through your default context (use the 'GROUP' function as a counter.) Prohibit unauthenticated calls entirely (if you don't want them) by setting 'allowguest=no' in the [general] part of sip.conf.
http://www.voip-info.org/wiki/view/Fail ... d+Asterisk
http://www.itspa.org.uk/downloads/ITSPA_BCP_IP-PBX.pdf
- Appreciate my support? Feel free to buy me a coffee.
- Voipfone are offering you the chance to trial their VoIP service for free for 30 days. Sign me up!
- Sign up for a Dropbox account using my referral link and get an extra 500 MB of bonus space. Sign me up!
How did this post make you feel?