<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Thomas+Vissers</id>
		<title>OWASP - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Thomas+Vissers"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Thomas_Vissers"/>
		<updated>2026-05-27T06:14:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Thomas_Vissers&amp;diff=152875</id>
		<title>User:Thomas Vissers</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Thomas_Vissers&amp;diff=152875"/>
				<updated>2013-06-04T16:20:10Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Master of Applied Engineering in ICT &amp;amp; Electronics (2013 - Artesis University College, Antwerpen, Belgium)&lt;br /&gt;
*Cloud Security Research Intern (2013 - Anna University, Chennai, India)&lt;br /&gt;
**DDoS Defense system for Web Services in a Cloud Environment&lt;br /&gt;
*Project leader of [https://www.owasp.org/index.php/OWASP_WS_Amplification_DoS_Project  OWASP WS Amplification DoS Project].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Contact:''' Thomas.Vissers@owasp.org&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Thomas_Vissers&amp;diff=152874</id>
		<title>User:Thomas Vissers</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Thomas_Vissers&amp;diff=152874"/>
				<updated>2013-06-04T16:18:44Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Master of Applied Engineering in ICT &amp;amp; Electronics (2013 - Artesis University College, Antwerpen, Belgium)&lt;br /&gt;
*Cloud Security Research Intern (2013 - Anna University, Chennai, India)&lt;br /&gt;
**DDoS Defense system for Web Services in a Cloud Environment&lt;br /&gt;
*Project leader of [https://www.owasp.org/index.php/OWASP_WS_Amplification_DoS_Project  OWASP WS Amplification DoS Project].&lt;br /&gt;
&lt;br /&gt;
Contact: thomas.vissers -at- owasp -dot- org&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_WS_Amplification_DoS_Project&amp;diff=152873</id>
		<title>OWASP WS Amplification DoS Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_WS_Amplification_DoS_Project&amp;diff=152873"/>
				<updated>2013-06-04T16:15:55Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
Currently, DNS servers are widely misused to amplify DoS traffic. This is called a [http://blog.cloudflare.com/deep-inside-a-dns-amplification-ddos-attack DNS Amplification or Reflective attack]. &lt;br /&gt;
It appears that SOAP webservices that implement WS-Addressing might be vulnerable to similar abuse, as stated in this [http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/meer/publications/pdf/Jensen2009a.pdf paper]&lt;br /&gt;
The aim of the project is to investigate web service frameworks and develop tools to test this vulnerability and determine the threat magnitude on a global scale.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ideas, development and all other contributions are more than welcome. This page will be updated with the current progress and to-do's. Feel free to contact the project leader for any questions.&lt;br /&gt;
&lt;br /&gt;
=Attack scenario=&lt;br /&gt;
In the image below, the possible attack scenario is depicted. Very similar to the DNS amplification attack, the attacker commands a botnet to access a third party, here, a webservice. The request to the webservice contains a WS-Addressing header that specifies the victim's address as the ReplyTo or FaultTo address. The webservice replies to this address with a message that is potentially larger in size than the original request, effectively amplifying the attack.&lt;br /&gt;
[[File:WSAMP_attack_scenario.png|800]]&lt;br /&gt;
&lt;br /&gt;
=Vulnerability investigation=&lt;br /&gt;
To determine the magnitude of this vulnerability, the project works on two paths:&lt;br /&gt;
*Development of a tool that can test public webservices and determine their number and amplification factor&lt;br /&gt;
*Look into the different webservice frameworks (Axis, CXF, .NET, ...) and find out their WS-Addressing behaviour.&lt;br /&gt;
&lt;br /&gt;
==Tool to determine threat magnitude==&lt;br /&gt;
The tool contains 3 parts:&lt;br /&gt;
&lt;br /&gt;
*Webservice crawler (WSA_spoof.py)&lt;br /&gt;
**Finds webservices and their corresponding WSDLs&lt;br /&gt;
*Webservice client generator (WSA_spoof.py)&lt;br /&gt;
**Generates a client from the WSDL and sends an empty request with a WS-Addressing header, with a ReplyTo that points to the Google App&lt;br /&gt;
*Public reply logger (GoogleApp_code.py - Google App)&lt;br /&gt;
**Public reachable web application that listens to incoming requests and logs them.&lt;br /&gt;
&lt;br /&gt;
In the image below, the last two parts are displayed. Development of these has started as a draft [https://github.com/VSSRS/WS-Amplification here].&lt;br /&gt;
&lt;br /&gt;
[[File:WSAMP_tool.png|800]]&lt;br /&gt;
&lt;br /&gt;
===Main TO-DO list===&lt;br /&gt;
*In order to properly research this threat, we need to crawl or find public accessible webservices. The former big UDDI registers have all been shut down.&lt;br /&gt;
**Currently, a 'simple' Google search is used to track down public webservices. &lt;br /&gt;
*Further develop the tool.&lt;br /&gt;
**A draft of the spoofing and Google App is made in Python. Can be found [https://github.com/VSSRS/WS-Amplification here].&lt;br /&gt;
&lt;br /&gt;
==WS-Addressing default behaviours==&lt;br /&gt;
In order to get a grasp of the magnitude of this threat, it is also necessary to be aware of the default behaviour and settings in the existing web service frameworks. So far, Axis2 and JAX-WS (Metro) have been confirmed to enable it without the user specifying the need for it. Potentially creating a lot of web services that are unnecessarily prone to abuse.&lt;br /&gt;
====Axis2====&lt;br /&gt;
Axis2 enables WS-Addressing by default, as stated [http://axis.apache.org/axis2/java/core/modules/addressing/ here]&lt;br /&gt;
====CXF====&lt;br /&gt;
CXF supports WS-Addressing, but [http://cxf.apache.org/docs/ws-addressing.html explicit configuration] is required to enable it.&lt;br /&gt;
====JAX-WS &amp;amp; Metro====&lt;br /&gt;
Metro is based on the JAX-WS API. The [https://metro.java.net/1.4/docs/wsaddressing.html documentation] says &amp;quot;In Metro, if WS-Addressing is explicitly disabled then the RI does not follow the rules of engagement. However if WS-Addressing is either implicitly or explicitly enabled then Metro engages WS-Addressing based upon the presence of wsa:Action header. &amp;quot;&lt;br /&gt;
====.NET Framework====&lt;br /&gt;
.NET/WCF supports WS-Addressing, but the default behaviour on a RepyTo field is unclear.&lt;br /&gt;
&lt;br /&gt;
===Main TO-DO list===&lt;br /&gt;
*More information about .NET/WCF is needed.&lt;br /&gt;
*Specifically test a Metro webservice with a random wsa:Action header.&lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_WS_Amplification_DoS_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:WSAMP_tool.png&amp;diff=152867</id>
		<title>File:WSAMP tool.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:WSAMP_tool.png&amp;diff=152867"/>
				<updated>2013-06-04T15:39:54Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:WSAMP_attack_scenario.png&amp;diff=152865</id>
		<title>File:WSAMP attack scenario.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:WSAMP_attack_scenario.png&amp;diff=152865"/>
				<updated>2013-06-04T15:37:27Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_WS_Amplification_DoS_Project&amp;diff=152692</id>
		<title>OWASP WS Amplification DoS Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_WS_Amplification_DoS_Project&amp;diff=152692"/>
				<updated>2013-06-02T14:34:55Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
Currently, DNS servers are widely misused to amplify DoS traffic. This is called a [http://blog.cloudflare.com/deep-inside-a-dns-amplification-ddos-attack DNS Amplification or Reflective attack]. &lt;br /&gt;
It appears that SOAP webservices that implement WS-Addressing might be vulnerable to similar abuse, as stated in this [http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/meer/publications/pdf/Jensen2009a.pdf paper]&lt;br /&gt;
The aim of the project is to investigate web service frameworks and develop tools to test this vulnerability and determine the threat magnitude on a global scale.&lt;br /&gt;
&lt;br /&gt;
==WS-Addressing default behaviours==&lt;br /&gt;
In order to get a grasp of the magnitude of this threat, it is necessary to be aware of the default configurations in the existing web service frameworks. So far, Axis2 and JAX-WS (Metro) have been confirmed to enable it without the user specifying the need for it. Potentially creating a lot of web services that are unnecessarily prone to abuse.&lt;br /&gt;
===Axis2===&lt;br /&gt;
Axis2 enables WS-Addressing by default, as stated [http://axis.apache.org/axis2/java/core/modules/addressing/ here]&lt;br /&gt;
===CXF===&lt;br /&gt;
CXF supports WS-Addressing, but [http://cxf.apache.org/docs/ws-addressing.html explicit configuration] is required to enable it.&lt;br /&gt;
===JAX-WS &amp;amp; Metro===&lt;br /&gt;
Metro is based on the JAX-WS API. The [https://metro.java.net/1.4/docs/wsaddressing.html documentation] says &amp;quot;In Metro, if WS-Addressing is explicitly disabled then the RI does not follow the rules of engagement. However if WS-Addressing is either implicitly or explicitly enabled then Metro engages WS-Addressing based upon the presence of wsa:Action header. &amp;quot;&lt;br /&gt;
===.NET Framework===&lt;br /&gt;
.NET/WCF supports WS-Addressing, but the default behaviour on a RepyTo field is unclear. More information is welcome!&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_WS_Amplification_DoS_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_WS_Amplification_DoS_Project&amp;diff=152691</id>
		<title>OWASP WS Amplification DoS Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_WS_Amplification_DoS_Project&amp;diff=152691"/>
				<updated>2013-06-02T14:33:05Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
Currently, DNS servers are widely misused to amplify DoS traffic. This is called a [http://blog.cloudflare.com/deep-inside-a-dns-amplification-ddos-attack DNS Amplification or Reflective attack]. &lt;br /&gt;
It appears that SOAP webservices that implement WS-Addressing might be vulnerable to similar abuse, as stated in this [http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/meer/publications/pdf/Jensen2009a.pdf paper]&lt;br /&gt;
The aim of the project is to develop tools to test this vulnerability and determine the threat magnitude on a global scale.&lt;br /&gt;
If necessary, a publication involving awareness and countermeasures will follow.&lt;br /&gt;
==WS-Addressing default behaviour==&lt;br /&gt;
In order to get a grasp of the magnitude of this threat, it is necessary to be aware of the default configurations in the existing web service frameworks. So far, Axis2 and JAX-WS (Metro) have been confirmed to enable it without the user specifying the need for it. Potentially creating a lot of web services that are unnecessarily prone to abuse.&lt;br /&gt;
===Axis2===&lt;br /&gt;
Axis2 enables WS-Addressing by default, as stated [http://axis.apache.org/axis2/java/core/modules/addressing/ here]&lt;br /&gt;
===CXF===&lt;br /&gt;
CXF supports WS-Addressing, but [http://cxf.apache.org/docs/ws-addressing.html explicit configuration] is required to enable it.&lt;br /&gt;
===JAX-WS &amp;amp; Metro===&lt;br /&gt;
Metro is based on the JAX-WS API. The [https://metro.java.net/1.4/docs/wsaddressing.html documentation] says &amp;quot;In Metro, if WS-Addressing is explicitly disabled then the RI does not follow the rules of engagement. However if WS-Addressing is either implicitly or explicitly enabled then Metro engages WS-Addressing based upon the presence of wsa:Action header. &amp;quot;&lt;br /&gt;
===.NET Framework===&lt;br /&gt;
.NET/WCF supports WS-Addressing, but the default behaviour on a RepyTo field is unclear. More information is welcome!&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_WS_Amplification_DoS_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_WS_Amplification_DoS_Project&amp;diff=152690</id>
		<title>OWASP WS Amplification DoS Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_WS_Amplification_DoS_Project&amp;diff=152690"/>
				<updated>2013-06-02T14:30:44Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
Project Leader’s content goes here&lt;br /&gt;
==WS-Addressing default behaviour==&lt;br /&gt;
In order to get a grasp of the magnitude of this threat, it is necessary to be aware of the default configurations in the existing web service frameworks. So far, Axis2 and JAX-WS (Metro) have been confirmed to enable it without the user specifying the need for it. Potentially creating a lot of web services that are unnecessarily prone to abuse.&lt;br /&gt;
===Axis2===&lt;br /&gt;
Axis2 enables WS-Addressing by default, as stated [http://axis.apache.org/axis2/java/core/modules/addressing/ here]&lt;br /&gt;
===CXF===&lt;br /&gt;
CXF supports WS-Addressing, but [http://cxf.apache.org/docs/ws-addressing.html explicit configuration] is required to enable it.&lt;br /&gt;
===JAX-WS &amp;amp; Metro===&lt;br /&gt;
Metro is based on the JAX-WS API. The [https://metro.java.net/1.4/docs/wsaddressing.html documentation] says &amp;quot;In Metro, if WS-Addressing is explicitly disabled then the RI does not follow the rules of engagement. However if WS-Addressing is either implicitly or explicitly enabled then Metro engages WS-Addressing based upon the presence of wsa:Action header. &amp;quot;&lt;br /&gt;
===.NET Framework===&lt;br /&gt;
.NET/WCF supports WS-Addressing, but the default behaviour on a RepyTo field is unclear. More information is welcome!&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_WS_Amplification_DoS_Project}} &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Thomas_Vissers&amp;diff=152154</id>
		<title>User:Thomas Vissers</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Thomas_Vissers&amp;diff=152154"/>
				<updated>2013-05-23T15:14:44Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Master of Applied Engineering in ICT &amp;amp; Electronics (2013 - Artesis University College, Antwerpen, Belgium)&lt;br /&gt;
*Cloud Security Research Intern (2013 - Anna University, Chennai, India)&lt;br /&gt;
**DDoS Defense system for Web Services in a Cloud Environment&lt;br /&gt;
*Project leader of [https://www.owasp.org/index.php/OWASP_WS_Amplification_DoS_Project  OWASP WS Amplification DoS Project].&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project&amp;diff=152153</id>
		<title>Projects/OWASP WS Amplification DoS Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project&amp;diff=152153"/>
				<updated>2013-05-23T15:09:55Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Project About&lt;br /&gt;
| project_name =OWASP WS Amplification DoS Project&lt;br /&gt;
| project_home_page =OWASP WS Amplification DoS Project&lt;br /&gt;
| project_description =The project aims to explore the threat of an Amplification DoS attack that utilises webservices.&lt;br /&gt;
Currently, DNS servers are widely misused to amplify DoS traffic. This is called a [http://blog.cloudflare.com/deep-inside-a-dns-amplification-ddos-attack DNS Amplification or Reflective attack]. &lt;br /&gt;
It appears that SOAP webservices that implement WS-Addressing might be vulnerable to similar abuse, as stated in this [http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/meer/publications/pdf/Jensen2009a.pdf paper]&lt;br /&gt;
The aim of the project is to develop tools to test this vulnerability and determine the threat magnitude on a global scale.&lt;br /&gt;
If necessary, a publication involving awareness and countermeasures will follow.&lt;br /&gt;
&lt;br /&gt;
| project_license =Apache 2.0 License  (fewest restrictions, even allowing proprietary modifications and proprietary forks of your project)&lt;br /&gt;
| leader_name1 =Thomas Vissers&lt;br /&gt;
| leader_email1 =Thomas.Vissers@owasp.org &lt;br /&gt;
| leader_username1 = Thomas Vissers&lt;br /&gt;
| mailing_list_name = https://lists.owasp.org/mailman/listinfo/owasp_ws_amplification_dos_project&lt;br /&gt;
| project_road_map = https://www.owasp.org/index.php/Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&amp;diff=152152</id>
		<title>Projects/OWASP WS Amplification DoS Project/Roadmap</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&amp;diff=152152"/>
				<updated>2013-05-23T15:08:08Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''PHASE 1:'''&lt;br /&gt;
*'''A''' - Setting up a tool that can detect this vulnerability&lt;br /&gt;
**Finding a way to crawl the net looking for open webservices and test them with the above tool&lt;br /&gt;
*'''B''' - Looking into the different WS implementations and finding out their default WS-Addressing behaviour&lt;br /&gt;
** .NET, Axis, Axis2, CXF,...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PHASE 2:'''&lt;br /&gt;
*'''A''' - Analyse the results and determine the global threat magnitude&lt;br /&gt;
** Average amplification factor, number of vulnerable open webservices,...&lt;br /&gt;
*'''B''' - Determine what adjustments and countermeasures must be taken in order to mitigate the threat&lt;br /&gt;
**In the frameworks, external tool?,...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PHASE 3:'''&lt;br /&gt;
*Bundle all the results and possible countermeasures into a document/article to create awareness&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&amp;diff=152151</id>
		<title>Projects/OWASP WS Amplification DoS Project/Roadmap</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&amp;diff=152151"/>
				<updated>2013-05-23T15:07:45Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''PHASE 1:'''&lt;br /&gt;
*A - Setting up a tool that can detect this vulnerability&lt;br /&gt;
**Finding a way to crawl the net looking for open webservices and test them with the above tool&lt;br /&gt;
*B - Looking into the different WS implementations and finding out their default WS-Addressing behaviour&lt;br /&gt;
** .NET, Axis, Axis2, CXF,...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PHASE 2:'''&lt;br /&gt;
*A - Analyse the results and determine the global threat magnitude&lt;br /&gt;
** Average amplification factor, number of vulnerable open webservices,...&lt;br /&gt;
*B - Determine what adjustments and countermeasures must be taken in order to mitigate the threat&lt;br /&gt;
**In the frameworks, external tool?,...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PHASE 3:'''&lt;br /&gt;
*Bundle all the results and possible countermeasures into a document/article to create awareness&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&amp;diff=152150</id>
		<title>Projects/OWASP WS Amplification DoS Project/Roadmap</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&amp;diff=152150"/>
				<updated>2013-05-23T15:07:07Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PHASE 1:&lt;br /&gt;
*A - Setting up a tool that can detect this vulnerability&lt;br /&gt;
**Finding a way to crawl the net looking for open webservices and test them with the above tool&lt;br /&gt;
*B - Looking into the different WS implementations and finding out their default WS-Addressing behaviour&lt;br /&gt;
** .NET, Axis, Axis2, CXF,...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PHASE 2:&lt;br /&gt;
*A - Analyse the results and determine the global threat magnitude&lt;br /&gt;
** Average amplification factor, number of vulnerable open webservices,...&lt;br /&gt;
*B - Determine what adjustments and countermeasures must be taken in order to mitigate the threat&lt;br /&gt;
**In the frameworks, external tool?,...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PHASE 3:&lt;br /&gt;
*Bundle all the results and possible countermeasures into a document/article to create awareness&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&amp;diff=152149</id>
		<title>Projects/OWASP WS Amplification DoS Project/Roadmap</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&amp;diff=152149"/>
				<updated>2013-05-23T15:06:39Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*PHASE 1:&lt;br /&gt;
**A - Setting up a tool that can detect this vulnerability&lt;br /&gt;
***Finding a way to crawl the net looking for open webservices and test them with the above tool&lt;br /&gt;
**B - Looking into the different WS implementations and finding out their default WS-Addressing behaviour&lt;br /&gt;
*** .NET, Axis, Axis2, CXF,...&lt;br /&gt;
&lt;br /&gt;
*PHASE 2:&lt;br /&gt;
**A - Analyse the results and determine the global threat magnitude&lt;br /&gt;
*** Average amplification factor, number of vulnerable open webservices,...&lt;br /&gt;
**B - Determine what adjustments and countermeasures must be taken in order to mitigate the threat&lt;br /&gt;
***In the frameworks, external tool?,...&lt;br /&gt;
&lt;br /&gt;
*PHASE 3:&lt;br /&gt;
**Bundle all the results and possible countermeasures into a document/article to create awareness&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project&amp;diff=152148</id>
		<title>Projects/OWASP WS Amplification DoS Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_WS_Amplification_DoS_Project&amp;diff=152148"/>
				<updated>2013-05-23T15:02:36Z</updated>
		
		<summary type="html">&lt;p&gt;Thomas Vissers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Project About&lt;br /&gt;
| project_name =OWASP WS Amplification DoS Project&lt;br /&gt;
| project_home_page =OWASP WS Amplification DoS Project&lt;br /&gt;
| project_description =The project aims to explore the threat of an Amplification DoS attack that utilises webservices.&lt;br /&gt;
Currently, DNS servers are widely misused to amplify DoS traffic. This is called a [http://blog.cloudflare.com/deep-inside-a-dns-amplification-ddos-attack DNS Amplification or Reflective attack]. &lt;br /&gt;
It appears that SOAP webservices that implement WS-Addressing might be vulnerable to similar abuse, as stated in this [http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/meer/publications/pdf/Jensen2009a.pdf paper]&lt;br /&gt;
The aim of the project is to develop tools to test this vulnerability and determine the threat magnitude on a global scale.&lt;br /&gt;
If necessary, a publication involving awareness and countermeasures will follow.&lt;br /&gt;
&lt;br /&gt;
| project_license =Apache 2.0 License  (fewest restrictions, even allowing proprietary modifications and proprietary forks of your project)&lt;br /&gt;
| leader_name1 =Thomas Vissers&lt;br /&gt;
| leader_email1 =Thomas.Vissers@owasp.org &lt;br /&gt;
| mailing_list_name = https://lists.owasp.org/mailman/listinfo/owasp_ws_amplification_dos_project&lt;br /&gt;
| project_road_map = https://www.owasp.org/index.php/Projects/OWASP_WS_Amplification_DoS_Project/Roadmap&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Thomas Vissers</name></author>	</entry>

	</feed>