<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>VoIP Users Conference &#187; computer security</title>
	<atom:link href="http://www.voipusersconference.org/tag/computer-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.voipusersconference.org</link>
	<description> Live every Friday at 12 Noon Eastern time</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:43:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:new-feed-url>http://www.voipusersconference.org/feed/podcast/</itunes:new-feed-url>
	<itunes:summary>This is a weekly live meeting of people all over the world who are interested in sharing knowledge and experiences about telephony over the Internet. Guests include authors, innovators, programmers and Internet personalities.
The conference is reached by phoning in using SIP, Skype or a web page widget shown on the main web site http://vuc.me</itunes:summary>
	<itunes:author>@voipusers</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://www.voipusersconference.org/wp-content/uploads/powerpress/_vuc300.jpg" />
	<itunes:owner>
		<itunes:name>@voipusers</itunes:name>
		<itunes:email>itunes@voipusersconference.org</itunes:email>
	</itunes:owner>
	<managingEditor>itunes@voipusersconference.org (@voipusers)</managingEditor>
	<itunes:subtitle>VOIP allows you to do almost anything with incoming and outgoing telephone lines.</itunes:subtitle>
	<itunes:keywords>telephony,communications,international,asterisk,freeswitch,freepbx,skype</itunes:keywords>
	<image>
		<title>VoIP Users Conference &#187; computer security</title>
		<url>http://www.voipusersconference.org/wp-content/uploads/powerpress/_vuc144.jpg</url>
		<link>http://www.voipusersconference.org</link>
	</image>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
		<itunes:category text="Tech News" />
	</itunes:category>
		<item>
		<title>Amazon EC2 Flood Attacks from the Cloud</title>
		<link>http://www.voipusersconference.org/2010/amazon-ec2-flood-attacks/</link>
		<comments>http://www.voipusersconference.org/2010/amazon-ec2-flood-attacks/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 23:00:57 +0000</pubDate>
		<dc:creator>VUC</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[@voipusers]]></category>
		<category><![CDATA[abuse]]></category>
		<category><![CDATA[accountable]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[amazon elastic compute cloud]]></category>
		<category><![CDATA[amazon.com]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[attacks]]></category>
		<category><![CDATA[blockhosts]]></category>
		<category><![CDATA[brute force]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud infrastructure]]></category>
		<category><![CDATA[clouds]]></category>
		<category><![CDATA[complaint]]></category>
		<category><![CDATA[computer network security]]></category>
		<category><![CDATA[computer security]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[denial-of-service attack]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[fail2ban]]></category>
		<category><![CDATA[flood]]></category>
		<category><![CDATA[flood attacks]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[swiftly]]></category>
		<category><![CDATA[system software]]></category>
		<category><![CDATA[Voip Tech Chat]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.voipusersconference.org/?p=1946</guid>
		<description><![CDATA[Part of this article is an edited summary of material from VoipTechChat.com Complaints of rampant SIP Brute Force Attacks coming from servers with Amazon EC2 IP Addresses cause many admins to simply drop all such traffic. Generally, SIP brute force attacks attempt to register various peer names to a system and/or attempt to guess passwords [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter size-full wp-image-1952" title="cloud" src="http://www.voipusersconference.org/wp-content/uploads/2010/04/cloud.jpg" alt="" width="620" height="120" /><br />
Part of this article is an edited summary of material from <a href="http://www.voiptechchat.com/voip/457/amazon-ec2-sip-brute-force-attacks-on-rise/">VoipTechChat.com</a></p>
<p>Complaints of rampant SIP Brute Force Attacks coming from servers with Amazon EC2 IP Addresses cause many admins to simply drop all such traffic. Generally, SIP brute force attacks attempt to register various peer names to a system and/or attempt to guess passwords of known/guesses peers or endpoints. The object is theft of resources.</p>
<p>The complaints mentioned this weekend show an excessive amount of traffic; with some providers claiming 6GB of traffic dedicated to such attacks. Since we ourselves received an attack from an Amazon hosted server, we also reported and complained to the Amazon NOC/Abuse depts.</p>
<p>There are various techniques to assist with minimizing DDoS and Brute Force attacks, such as limiting access via the public internet, using strong passwords, not mapping extension name to peer/endpoint name, limiting simultaneous calls, and aggressively monitoring usage. Automatic blocking of abusive IP’s (fail2ban, blockhosts, etc.) can also assist with minimizing damage.</p>
<p>References: <a href="https://www.amazon.com/gp/html-forms-controller/AWSAbuse/">EC2 Abuse Report Form</a></p>
<p><a href="http://www.voipsa.org/">VOIPSA</a></p>
<p><strong>VUC official position</strong>: EC2 abuse costs victims time and money. Amazon is 100% accountable for what their customers do with their resources and must react swiftly to complaints.</p>
<p><strong>VUC 60 second rant</strong>: This week saw a new feature rolled out, the <strong>Voipusers One Minute Issue Talk</strong> (VOMIT) where all listeners are encouraged to phone in their VoIP-related rants. Call and leave yours at (<strong>518</strong>) <strong>VUC VOIP</strong> or (<strong>518</strong>) <strong>882-8647. </strong></p>
<p>Follow  <strong><a href="http://twitter.com/voipusers">@voipusers</a></strong> on Twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voipusersconference.org/2010/amazon-ec2-flood-attacks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://media.blubrry.com/voipusers/cloud.voipusersconference.org/EC2Attacks.mp3" length="52073269" type="audio/mpeg" />
			<itunes:keywords>@voipusers,abuse,accountable,Amazon,amazon elastic compute cloud,amazon.com,attack,attacks,blockhosts,brute force,cloud,cloud infrastructure</itunes:keywords>
		<itunes:subtitle>Part of this article is an edited summary of material from VoipTechChat.com - Complaints of rampant SIP Brute Force Attacks coming from servers with Amazon EC2 IP Addresses cause many admins to simply drop all such traffic. Generally,</itunes:subtitle>
		<itunes:summary>(http://www.voipusersconference.org/wp-content/uploads/2010/04/cloud.jpg)
Part of this article is an edited summary of material from VoipTechChat.com (http://www.voiptechchat.com/voip/457/amazon-ec2-sip-brute-force-attacks-on-rise/)

Complaints of rampant SIP Brute Force Attacks coming from servers with Amazon EC2 IP Addresses cause many admins to simply drop all such traffic. Generally, SIP brute force attacks attempt to register various peer names to a system and/or attempt to guess passwords of known/guesses peers or endpoints. The object is theft of resources.

The complaints mentioned this weekend show an excessive amount of traffic; with some providers claiming 6GB of traffic dedicated to such attacks. Since we ourselves received an attack from an Amazon hosted server, we also reported and complained to the Amazon NOC/Abuse depts.

There are various techniques to assist with minimizing DDoS and Brute Force attacks, such as limiting access via the public internet, using strong passwords, not mapping extension name to peer/endpoint name, limiting simultaneous calls, and aggressively monitoring usage. Automatic blocking of abusive IP’s (fail2ban, blockhosts, etc.) can also assist with minimizing damage.

References: EC2 Abuse Report Form (https://www.amazon.com/gp/html-forms-controller/AWSAbuse/)

VOIPSA (http://www.voipsa.org/)

VUC official position: EC2 abuse costs victims time and money. Amazon is 100% accountable for what their customers do with their resources and must react swiftly to complaints.

VUC 60 second rant: This week saw a new feature rolled out, the Voipusers One Minute Issue Talk (VOMIT) where all listeners are encouraged to phone in their VoIP-related rants. Call and leave yours at (518) VUC VOIP or (518) 882-8647. 

Follow  @voipusers (http://twitter.com/voipusers) on Twitter.</itunes:summary>
		<itunes:author>@voipusers</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:duration>1:48:26</itunes:duration>
	</item>
		<item>
		<title>Beginning OpenVPN 2.0.9</title>
		<link>http://www.voipusersconference.org/2010/book-beginning-openvpn-2-0-9/</link>
		<comments>http://www.voipusersconference.org/2010/book-beginning-openvpn-2-0-9/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 00:00:21 +0000</pubDate>
		<dc:creator>VUC</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[computer network security]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[computer security]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[internet privacy]]></category>
		<category><![CDATA[Markus Feilner]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[packt]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tunneling protocols]]></category>
		<category><![CDATA[virtual private network]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vpn solutions]]></category>

		<guid isPermaLink="false">http://www.voipusersconference.org/?p=1411</guid>
		<description><![CDATA[The VPN topic will be of interest to all on the VUC so we&#8217;re inviting Markus Feilner, author of &#8220;Beginning OpenVPN 2.0.9&#8220;. Two copies of this book to give away today The following is from the preface of the book, co-authored by Norbert Graf: OpenVPN is an outstanding piece of software that was invented by [...]]]></description>
			<content:encoded><![CDATA[<p></p><div><a title="Packtpub" href="http://www.packtpub.com/learning-openvpn-2-0-9/mid/071209k6mls1?utm_source=voipusersconference.org&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_001761" target="_blank"><img class="alignright size-full wp-image-1412" title="OpenVPN_2.0.9" src="http://www.voipusersconference.org/wp-content/uploads/2009/12/OpenVPN_2.0.9.png" alt="OpenVPN_2.0.9" width="163" height="207" /></a></div>
<div>The VPN topic will be of interest to all on the VUC so we&#8217;re inviting<a title="Markus Feilner" href="https://www.packtpub.com/author_view_profile/id/76"> Markus Feilner</a>, author of &#8220;<a title="OpenVPN 2.0.9" href="http://www.packtpub.com/learning-openvpn-2-0-9/mid/071209k6mls1?utm_source=voipusersconference.org&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_001761" target="_blank"><em>Beginning OpenVPN 2.0.9</em></a>&#8220;.</div>
<div>
<p><strong>Two copies of this book to give away today<br />
</strong></p>
</div>
<div>The following is from the preface of the book, co-authored by <a title="Norbert Graf" href="https://www.packtpub.com/author_view_profile/id/432">Norbert Graf</a>:</div>
<div>OpenVPN is an outstanding piece of software that was invented by James Yonan in the year 2001 and has steadily been improved since then. No other VPN solution offers a comparable mixture of enterprise-level security, usability, and feature richness. We have been working with OpenVPN for many years now, and it has always proven to be the best solution. This book is intended to introduce OpenVPN software to network specialists and VPN newbies alike. OpenVPN works where most other solutions fail and exists on almost any platform. Thus, it is an ideal solution for problematic setups and an easy approach for the inexperienced.<br />
On the other hand, the complexity of classic VPN solutions, especially IPsec, gives the impression that VPN technology in general is difficult and a topic only for very experienced (network and security) specialists. OpenVPN proves that this can be different, and this book aims to document that.</div>
<div>I want to provide both a concise description of OpenVPN&#8217;s features and an easy-to-understand introduction for the inexperienced. Though there may be many other possible ways to success in the scenarios described, the ones presented have been tested in many setups and have been selected for simplicity reasons.</div>
<pre>LINKS</pre>
<pre> <a title="Next VUC Session" href="http://vuc.me/next" target="_blank">Next scheduled session</a> in your time zone
<a title="IRC via the web" href="http://vuc.me/irc" target="_blank">Freenode.net IRC web client</a>, just add your pseudo and you're on #vuc
 <a href="http://vuc.me/mailinglist">VUC Google Group</a>

  <a href="http://vuc.me/linkedin" target="_blank">VUC linkedin group</a> (business contacts)</pre>
<pre>Links mentioned in IRC Feb 5, 2010</pre>
<pre>[6:19pm] NerdUno: Here are some good OpenVPN tutorials: http://pbxinaflash.com/forum/showthread.php?t=4856
[6:21pm] steely_glint: ecrist - http://www.phonefromhere.com/vuc/
[6:31pm] ecrist: Why TCP Over TCP Is A Bad Idea:  http://sites.inka.de/~bigred/devel/tcp-tcp.html
[6:32pm] kfife:        http://www.packtpub.com/openvpn/book
[6:34pm] Zeeek:        http://www.linux4afrika.de/vision.html?L=0
[6:40pm] mfeilner:        http://www.linux-magazine.com/Issues/2009/99/SAFE-CALL
[6:41pm] mfeilner:        http://www.feilner-it.net
[6:42pm] mfeilner:        http://www.openvpn.eu
[6:43pm] mfeilner:        http://www.openvpn.eu/index.php?id=23&amp;L=0

[7:39pm] Skibum: BTW more info on Bria 3 is available at: http://www.counterpath.com/bria.html
[8:00pm] mjgraves:        http://gigaset.com/chagall/provider/general/chagall223_02.bin
[8:21pm] JimCifarelli:        http://www.embeddedarm.com/about/resource.php?item=408</pre>
<p>Part 2: Bria Tests and more</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voipusersconference.org/2010/book-beginning-openvpn-2-0-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/voipusers/recordings.talkshoe.com/TC-22622/TS-315633.mp3" length="18378970" type="audio/mpeg" />
			<itunes:keywords>Books,computer network security,computer networking,computer security,computing,encryption,internet privacy,Markus Feilner,OpenVPN,packt,security,tunneling protocols</itunes:keywords>
		<itunes:subtitle>The VPN topic will be of interest to all on the VUC so we&#039;re inviting Markus Feilner, author of &quot;Beginning OpenVPN 2.0.9&quot;. Two copies of this book to give away today - The following is from the preface of the book,</itunes:subtitle>
		<itunes:summary>(http://www.voipusersconference.org/wp-content/uploads/2009/12/OpenVPN_2.0.9.png)
The VPN topic will be of interest to all on the VUC so we&#039;re inviting Markus Feilner (https://www.packtpub.com/author_view_profile/id/76), author of &quot;Beginning OpenVPN 2.0.9&quot;.


Two copies of this book to give away today



The following is from the preface of the book, co-authored by Norbert Graf (https://www.packtpub.com/author_view_profile/id/432):
OpenVPN is an outstanding piece of software that was invented by James Yonan in the year 2001 and has steadily been improved since then. No other VPN solution offers a comparable mixture of enterprise-level security, usability, and feature richness. We have been working with OpenVPN for many years now, and it has always proven to be the best solution. This book is intended to introduce OpenVPN software to network specialists and VPN newbies alike. OpenVPN works where most other solutions fail and exists on almost any platform. Thus, it is an ideal solution for problematic setups and an easy approach for the inexperienced.
On the other hand, the complexity of classic VPN solutions, especially IPsec, gives the impression that VPN technology in general is difficult and a topic only for very experienced (network and security) specialists. OpenVPN proves that this can be different, and this book aims to document that.
I want to provide both a concise description of OpenVPN&#039;s features and an easy-to-understand introduction for the inexperienced. Though there may be many other possible ways to success in the scenarios described, the ones presented have been tested in many setups and have been selected for simplicity reasons.
LINKS
 Next scheduled session (http://vuc.me/next) in your time zone
Freenode.net IRC web client (http://vuc.me/irc), just add your pseudo and you&#039;re on #vuc
 VUC Google Group (http://vuc.me/mailinglist)

  VUC linkedin group (http://vuc.me/linkedin) (business contacts)
Links mentioned in IRC Feb 5, 2010
[6:19pm] NerdUno: Here are some good OpenVPN tutorials: http://pbxinaflash.com/forum/showthread.php?t=4856
[6:21pm] steely_glint: ecrist - http://www.phonefromhere.com/vuc/
[6:31pm] ecrist: Why TCP Over TCP Is A Bad Idea:  http://sites.inka.de/~bigred/devel/tcp-tcp.html
[6:32pm] kfife:        http://www.packtpub.com/openvpn/book
[6:34pm] Zeeek:        http://www.linux4afrika.de/vision.html?L=0
[6:40pm] mfeilner:        http://www.linux-magazine.com/Issues/2009/99/SAFE-CALL
[6:41pm] mfeilner:        http://www.feilner-it.net
[6:42pm] mfeilner:        http://www.openvpn.eu
[6:43pm] mfeilner:        http://www.openvpn.eu/index.php?id=23&amp;L=0

[7:39pm] Skibum: BTW more info on Bria 3 is available at: http://www.counterpath.com/bria.html
[8:00pm] mjgraves:        http://gigaset.com/chagall/provider/general/chagall223_02.bin
[8:21pm] JimCifarelli:        http://www.embeddedarm.com/about/resource.php?item=408
Part 2: Bria Tests and more</itunes:summary>
		<itunes:author>@voipusers</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
	</item>
	</channel>
</rss>

