<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GKnibbeler</id>
	<title>Elvis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GKnibbeler"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/GKnibbeler"/>
	<updated>2026-09-10T16:21:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5289</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5289"/>
		<updated>2020-12-20T14:33:49Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet was the first cyber weapon to be developed and utilized in an act of strategic sabotage (attacking SCADA systems). Its origins are still unclear although there are theories about who might have been behind the attack. It is a very special piece of code targeting a very distinct setup. A total of seven vulnerabilities were found (four of them zero day attacks) for propagating, hiding, taking over and executing. Also, it used two different (stolen) signed certificates to make Windows believe its .dll files were legit. Unlike other worms or trojans it is quite huge and implements several programming languages. Interestingly it also has an “expiry date” where it would stop working. If not for coincidence it might never have been discovered.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Targeted software and hardware setup ===&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* Over 500KBytes of code in several languages (mostly C and C++)&lt;br /&gt;
* Seven different ways to propagate, hide and replicate – four of them zero day exploits&lt;br /&gt;
* Two stolen certificates (RealTek Semiconductor and JMicron Technology) to appear legitimate&lt;br /&gt;
* Dropper / Worm (propagating by itself), Rootkit (by hiding itself and taking over the centrifuge controllers), Command&amp;amp;Control (by reporting to two servers outside and acquiring updates), SQL Injection, Man-in-the-Middle (by presenting “recorded” data to the monitors of the vaults while attacking), Process Injection&lt;br /&gt;
* Detailed knowledge about the targets was necessary to develop this malware&lt;br /&gt;
* Two different attack patterns – gas pressure and spin speed – which had very specific conditions and were not meant to destroy immediately but rather delay the uranium enrichment&lt;br /&gt;
* Development of Stuxnet (according to various sources) required a team of five to ten programmers working full-time for at least six months&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
* Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
* Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
* Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
* Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
== Story of Stuxnet ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Origins ===&lt;br /&gt;
&lt;br /&gt;
Both evidence and motive indicate that the US and the Israeli were involved in the attack, as they both have the means financially and in terms of human resources. Additionally both countries maintain research facilities that could have been used to test the malware on the same setup as found in Natanz.&lt;br /&gt;
Other sources mention China and Russia but no one has ever admitted anything. Even Iran denies that the closure of Natanz happened as a consequence of a cyber attack. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5288</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5288"/>
		<updated>2020-12-20T14:33:18Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Escalation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet was the first cyber weapon to be developed and utilized in an act of strategic sabotage (attacking SCADA systems). Its origins are still unclear although there are theories about who might have been behind the attack. It is a very special piece of code targeting a very distinct setup. A total of seven vulnerabilities were found (four of them zero day attacks) for propagating, hiding, taking over and executing. Also, it used two different (stolen) signed certificates to make Windows believe its .dll files were legit. Unlike other worms or trojans it is quite huge and implements several programming languages. Interestingly it also has an “expiry date” where it would stop working. If not for coincidence it might never have been discovered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Targeted software and hardware setup ===&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* Over 500KBytes of code in several languages (mostly C and C++)&lt;br /&gt;
* Seven different ways to propagate, hide and replicate – four of them zero day exploits&lt;br /&gt;
* Two stolen certificates (RealTek Semiconductor and JMicron Technology) to appear legitimate&lt;br /&gt;
* Dropper / Worm (propagating by itself), Rootkit (by hiding itself and taking over the centrifuge controllers), Command&amp;amp;Control (by reporting to two servers outside and acquiring updates), SQL Injection, Man-in-the-Middle (by presenting “recorded” data to the monitors of the vaults while attacking), Process Injection&lt;br /&gt;
* Detailed knowledge about the targets was necessary to develop this malware&lt;br /&gt;
* Two different attack patterns – gas pressure and spin speed – which had very specific conditions and were not meant to destroy immediately but rather delay the uranium enrichment&lt;br /&gt;
* Development of Stuxnet (according to various sources) required a team of five to ten programmers working full-time for at least six months&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
* Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
* Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
* Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
* Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
== Story of Stuxnet ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Origins ===&lt;br /&gt;
&lt;br /&gt;
Both evidence and motive indicate that the US and the Israeli were involved in the attack, as they both have the means financially and in terms of human resources. Additionally both countries maintain research facilities that could have been used to test the malware on the same setup as found in Natanz.&lt;br /&gt;
Other sources mention China and Russia but no one has ever admitted anything. Even Iran denies that the closure of Natanz happened as a consequence of a cyber attack. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5287</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5287"/>
		<updated>2020-12-20T14:33:05Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Replication */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet was the first cyber weapon to be developed and utilized in an act of strategic sabotage (attacking SCADA systems). Its origins are still unclear although there are theories about who might have been behind the attack. It is a very special piece of code targeting a very distinct setup. A total of seven vulnerabilities were found (four of them zero day attacks) for propagating, hiding, taking over and executing. Also, it used two different (stolen) signed certificates to make Windows believe its .dll files were legit. Unlike other worms or trojans it is quite huge and implements several programming languages. Interestingly it also has an “expiry date” where it would stop working. If not for coincidence it might never have been discovered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Targeted software and hardware setup ===&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* Over 500KBytes of code in several languages (mostly C and C++)&lt;br /&gt;
* Seven different ways to propagate, hide and replicate – four of them zero day exploits&lt;br /&gt;
* Two stolen certificates (RealTek Semiconductor and JMicron Technology) to appear legitimate&lt;br /&gt;
* Dropper / Worm (propagating by itself), Rootkit (by hiding itself and taking over the centrifuge controllers), Command&amp;amp;Control (by reporting to two servers outside and acquiring updates), SQL Injection, Man-in-the-Middle (by presenting “recorded” data to the monitors of the vaults while attacking), Process Injection&lt;br /&gt;
* Detailed knowledge about the targets was necessary to develop this malware&lt;br /&gt;
* Two different attack patterns – gas pressure and spin speed – which had very specific conditions and were not meant to destroy immediately but rather delay the uranium enrichment&lt;br /&gt;
* Development of Stuxnet (according to various sources) required a team of five to ten programmers working full-time for at least six months&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
* Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
* Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
== Story of Stuxnet ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Origins ===&lt;br /&gt;
&lt;br /&gt;
Both evidence and motive indicate that the US and the Israeli were involved in the attack, as they both have the means financially and in terms of human resources. Additionally both countries maintain research facilities that could have been used to test the malware on the same setup as found in Natanz.&lt;br /&gt;
Other sources mention China and Russia but no one has ever admitted anything. Even Iran denies that the closure of Natanz happened as a consequence of a cyber attack. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5286</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5286"/>
		<updated>2020-12-20T14:32:40Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet was the first cyber weapon to be developed and utilized in an act of strategic sabotage (attacking SCADA systems). Its origins are still unclear although there are theories about who might have been behind the attack. It is a very special piece of code targeting a very distinct setup. A total of seven vulnerabilities were found (four of them zero day attacks) for propagating, hiding, taking over and executing. Also, it used two different (stolen) signed certificates to make Windows believe its .dll files were legit. Unlike other worms or trojans it is quite huge and implements several programming languages. Interestingly it also has an “expiry date” where it would stop working. If not for coincidence it might never have been discovered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Targeted software and hardware setup ===&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* Over 500KBytes of code in several languages (mostly C and C++)&lt;br /&gt;
* Seven different ways to propagate, hide and replicate – four of them zero day exploits&lt;br /&gt;
* Two stolen certificates (RealTek Semiconductor and JMicron Technology) to appear legitimate&lt;br /&gt;
* Dropper / Worm (propagating by itself), Rootkit (by hiding itself and taking over the centrifuge controllers), Command&amp;amp;Control (by reporting to two servers outside and acquiring updates), SQL Injection, Man-in-the-Middle (by presenting “recorded” data to the monitors of the vaults while attacking), Process Injection&lt;br /&gt;
* Detailed knowledge about the targets was necessary to develop this malware&lt;br /&gt;
* Two different attack patterns – gas pressure and spin speed – which had very specific conditions and were not meant to destroy immediately but rather delay the uranium enrichment&lt;br /&gt;
* Development of Stuxnet (according to various sources) required a team of five to ten programmers working full-time for at least six months&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
== Story of Stuxnet ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Origins ===&lt;br /&gt;
&lt;br /&gt;
Both evidence and motive indicate that the US and the Israeli were involved in the attack, as they both have the means financially and in terms of human resources. Additionally both countries maintain research facilities that could have been used to test the malware on the same setup as found in Natanz.&lt;br /&gt;
Other sources mention China and Russia but no one has ever admitted anything. Even Iran denies that the closure of Natanz happened as a consequence of a cyber attack. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5285</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5285"/>
		<updated>2020-12-20T14:29:33Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet was the first cyber weapon to be developed and utilized in an act of strategic sabotage (attacking SCADA systems). Its origins are still unclear although there are theories about who might have been behind the attack. It is a very special piece of code targeting a very distinct setup. A total of seven vulnerabilities were found (four of them zero day attacks) for propagating, hiding, taking over and executing. Also, it used two different (stolen) signed certificates to make Windows believe its .dll files were legit. Unlike other worms or trojans it is quite huge and implements several programming languages. Interestingly it also has an “expiry date” where it would stop working. If not for coincidence it might never have been discovered.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* Over 500KBytes of code in several languages (mostly C and C++)&lt;br /&gt;
* Seven different ways to propagate and replicate – two of them zero day exploits&lt;br /&gt;
* Two stolen certificates (RealTek Semiconductor and JMicron Technology) to appear legitimate&lt;br /&gt;
* Dropper / Worm (propagating by itself), Rootkit (by hiding itself and taking over the centrifuge controllers), Command&amp;amp;Control (by reporting to two servers outside and acquiring updates), SQL Injection, Man-in-the-Middle (by presenting “recorded” data to the monitors of the vaults while attacking), Process Injection&lt;br /&gt;
* Detailed knowledge about the targets was necessary to develop this malware&lt;br /&gt;
* Two different attack patterns – gas pressure and spin speed – which had very specific conditions and were not meant to destroy immediately but rather delay the uranium enrichment&lt;br /&gt;
* Development of Stuxnet (according to various sources) required a team of five to ten programmers working full-time for at least six months&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Origins ===&lt;br /&gt;
&lt;br /&gt;
Both evidence and motive indicate that the US and the Israeli were involved in the attack, as they both have the means financially and in terms of human resources. Additionally both countries maintain research facilities that could have been used to test the malware on the same setup as found in Natanz.&lt;br /&gt;
Other sources mention China and Russia but no one has ever admitted anything. Even Iran denies that the closure of Natanz happened as a consequence of a cyber attack. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5283</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5283"/>
		<updated>2020-12-20T14:27:00Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* Over 500KBytes of code in several languages (mostly C and C++)&lt;br /&gt;
* Seven different ways to propagate and replicate – two of them zero day exploits&lt;br /&gt;
* Two stolen certificates (RealTek Semiconductor and JMicron Technology) to appear legitimate&lt;br /&gt;
* Dropper / Worm (propagating by itself), Rootkit (by hiding itself and taking over the centrifuge controllers), Command&amp;amp;Control (by reporting to two servers outside and acquiring updates), SQL Injection, Man-in-the-Middle (by presenting “recorded” data to the monitors of the vaults while attacking), Process Injection&lt;br /&gt;
* Detailed knowledge about the targets was necessary to develop this malware&lt;br /&gt;
* Two different attack patterns – gas pressure and spin speed – which had very specific conditions and were not meant to destroy immediately but rather delay the uranium enrichment&lt;br /&gt;
* Development of Stuxnet (according to various sources) required a team of five to ten programmers working full-time for at least six months&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Origins ===&lt;br /&gt;
&lt;br /&gt;
Both evidence and motive indicate that the US and the Israeli were involved in the attack, as they both have the means financially and in terms of human resources. Additionally both countries maintain research facilities that could have been used to test the malware on the same setup as found in Natanz.&lt;br /&gt;
Other sources mention China and Russia but no one has ever admitted anything. Even Iran denies that the closure of Natanz happened as a consequence of a cyber attack. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5276</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5276"/>
		<updated>2020-12-20T14:21:59Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* Over 500KBytes of code in several languages (mostly C and C++)&lt;br /&gt;
* Seven different ways to propagate and replicate – two of them zero day exploits&lt;br /&gt;
* Two stolen certificates (RealTek Semiconductor and JMicron Technology) to appear legitimate&lt;br /&gt;
* Dropper / Worm (propagating by itself), Rootkit (by hiding itself and taking over the centrifuge controllers), Command&amp;amp;Control (by reporting to two servers outside and acquiring updates), SQL Injection, Man-in-the-Middle (by presenting “recorded” data to the monitors of the vaults while attacking), Process Injection&lt;br /&gt;
* Detailed knowledge about the targets was necessary to develop this malware&lt;br /&gt;
* Two different attack patterns – gas pressure and spin speed – which had very specific conditions and were not meant to destroy immediately but rather delay the uranium enrichment&lt;br /&gt;
* Development of Stuxnet (according to various sources) required a team of five to ten programmers working full-time for at least six months&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5274</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5274"/>
		<updated>2020-12-20T14:20:54Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
* Over 500KBytes of code in several languages (mostly C and C++)&lt;br /&gt;
* Seven different ways to propagate and replicate – two of them zero day exploits&lt;br /&gt;
* Two stolen certificates (RealTek Semiconductor and JMicron Technology) to appear legitimate&lt;br /&gt;
* Dropper / Worm (propagating by itself), Rootkit (by hiding itself and taking over the centrifuge controllers), Command&amp;amp;Control (by reporting to two servers outside and acquiring updates), SQL Injection, MitM (by presenting “recorded” data to the monitors of the vaults while attacking), Process Injection&lt;br /&gt;
* Detailed knowledge about the targets was necessary to develop this malware&lt;br /&gt;
* Two different attack patterns – gas pressure and spin speed – which had very specific conditions and were not meant to destroy immediately but rather delay the uranium enrichment&lt;br /&gt;
* Development of Stuxnet (according to various sources) required a team of five to ten programmers working full-time for at least six months&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5273</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5273"/>
		<updated>2020-12-20T14:17:06Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Targeted software and hardware setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* PLC programming software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 programmable logic controllers with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5272</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5272"/>
		<updated>2020-12-20T14:14:24Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Discovery */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
The first person to encounter what was later known as Stuxnet was Sergey Ulason at VirusBlokAda, Belarus. One of their customers in Iran contacted them because their computer kept crashing.&lt;br /&gt;
&lt;br /&gt;
Ulason and his colleagues discovered several interesting factors about the malware they were presented with including the replication methods, the ability to hide in other processes and the usage of stolen certificates to legitimize to antivirus programs and Windows security.&lt;br /&gt;
&lt;br /&gt;
They contacted Microsoft and RealTek to inform them about their discovery. As neither of the companies reacted, they finally posted their findings online but it took a blog article by Brian Krebs on KrebsOnSecurity.com to gain attention.&lt;br /&gt;
&lt;br /&gt;
Symantec started their own research on Stuxnet as it was be then named. Also Ralph Langner, a German cybersecurity specialist and expert on industrial control systems, turned his attention on Stuxnet and finds clues that it targets a very special environment and only two Siemens PLC models.&lt;br /&gt;
&lt;br /&gt;
In September 2010 Langner revealed most of the insights he had discovered in two online postings and commented them with the words: &amp;quot;Welcome to cyberwar&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5267</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5267"/>
		<updated>2020-12-20T14:03:36Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
=== Discovery ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Kim Zetter. Countdown to Zero Day: Stuxnet and the Launch of the World’s First Digital Weapon. Broadway Books, 2015&lt;br /&gt;
* Ben Buchanan. The Hacker and the State. Harvard University Press, 2020&lt;br /&gt;
* Nicolas Falliere, Liam O Murchu, and Eric Chien. W32. Stuxnet dossier. White paper, Symantec Corp., Security Response, 5(6):29, 2011&lt;br /&gt;
* D.E. Sanger. Confront and Conceal: Obama’s Secret Wars and Surprising Use of American Power. Crown, 2012&lt;br /&gt;
* T. M. Chen and S. Abu-Nimeh. Lessons from stuxnet. Computer, 44(4):91-93, 2011&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5263</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5263"/>
		<updated>2020-12-20T13:59:57Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Four Zero-Day Attacks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
==== Replication ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5261</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5261"/>
		<updated>2020-12-20T13:59:25Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
==== Replication: ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation: ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5260</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5260"/>
		<updated>2020-12-20T13:58:26Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Escalation: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
==== Replication: ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
==== Escalation: ====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler Escalation of Privilege vulnerability (CVE-2010-3888): Starting the .dll as a new process with administrator rights (Windows Vista / Windows 7 / Windows Server R2)&lt;br /&gt;
&lt;br /&gt;
Local Privilege Escalation vulnerability (CVE-2010-2743): Starting the .dll as a new process within csrss.exe (Windows XP / Windows 2000)&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5259</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5259"/>
		<updated>2020-12-20T13:57:30Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Replication: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
==== Replication: ====&lt;br /&gt;
&lt;br /&gt;
Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability (CVE-2010-2568): Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
&lt;br /&gt;
Print Spooler Service Impersonation vulnerability (CVE-2010-2729): Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
== Escalation: ==&lt;br /&gt;
✓ Task Scheduler Escalation of Privilege vulnerability&lt;br /&gt;
   (CVE-2010-3888)&lt;br /&gt;
      ➢ Starting the .dll as a new process with administrator rights (Windows Vista /&lt;br /&gt;
      Windows 7 / Windows Server R2)&lt;br /&gt;
✓ Local Privilege Escalation vulnerability&lt;br /&gt;
   (CVE-2010-2743)&lt;br /&gt;
      ➢ Starting the .dll as a new process within csrss.exe (Windows XP / Windows&lt;br /&gt;
      2000)&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5258</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5258"/>
		<updated>2020-12-20T13:56:02Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Four Zero-Day Attacks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
== Replication: ==&lt;br /&gt;
&lt;br /&gt;
✓ Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability&lt;br /&gt;
   (CVE-2010-2568)&lt;br /&gt;
      ➢ Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
✓ Print Spooler Service Impersonation vulnerability&lt;br /&gt;
   (CVE-2010-2729)&lt;br /&gt;
      ➢ Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
&lt;br /&gt;
== Escalation: ==&lt;br /&gt;
✓ Task Scheduler Escalation of Privilege vulnerability&lt;br /&gt;
   (CVE-2010-3888)&lt;br /&gt;
      ➢ Starting the .dll as a new process with administrator rights (Windows Vista /&lt;br /&gt;
      Windows 7 / Windows Server R2)&lt;br /&gt;
✓ Local Privilege Escalation vulnerability&lt;br /&gt;
   (CVE-2010-2743)&lt;br /&gt;
      ➢ Starting the .dll as a new process within csrss.exe (Windows XP / Windows&lt;br /&gt;
      2000)&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5256</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5256"/>
		<updated>2020-12-20T13:55:12Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Next */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Four Zero-Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Replication:&lt;br /&gt;
   ✓ Shortcut &amp;quot;LNK&amp;quot; Files Automatic File Execution vulnerability&lt;br /&gt;
   (CVE-2010-2568)&lt;br /&gt;
      ➢ Bypassing disabled auto-run allowing auto-execution&lt;br /&gt;
   ✓ Print Spooler Service Impersonation vulnerability&lt;br /&gt;
   (CVE-2010-2729)&lt;br /&gt;
      ➢ Installing .exe to %System% Folder that loads .dll file&lt;br /&gt;
Escalation:&lt;br /&gt;
   ✓ Task Scheduler Escalation of Privilege vulnerability&lt;br /&gt;
   (CVE-2010-3888)&lt;br /&gt;
      ➢ Starting the .dll as a new process with administrator rights (Windows Vista /&lt;br /&gt;
      Windows 7 / Windows Server R2)&lt;br /&gt;
   ✓ Local Privilege Escalation vulnerability&lt;br /&gt;
   (CVE-2010-2743)&lt;br /&gt;
      ➢ Starting the .dll as a new process within csrss.exe (Windows XP / Windows&lt;br /&gt;
      2000)&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5255</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5255"/>
		<updated>2020-12-20T13:52:44Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific overall setup found at the Iranian uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Next ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5254</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5254"/>
		<updated>2020-12-20T13:51:44Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Targeted software setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific software setup found at the Irani Uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software and hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Next ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5253</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5253"/>
		<updated>2020-12-20T13:51:17Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific software setup found at the Irani Uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Zero Day Attacks ===&lt;br /&gt;
&lt;br /&gt;
Zero Day Attacks target vulnerabilities that have not yet been found and therefore also not been patched giving attackers huge advantages. Finding these vulnerabilities and developing working exploits costs a lot of time, money and human resources.&lt;br /&gt;
&lt;br /&gt;
=== Historical background ===&lt;br /&gt;
&lt;br /&gt;
In April 2006 Iran announced they have successfully enriched uranium refusing to give in to international demands to close its nuclear program.&lt;br /&gt;
From February to November 2007 about 3000 new centrifuges were installed in Natanz, a uranium enrichment plant. In the same year the US Congress released $400 million for covert operations against Iran´s nuclear program as Israel and other Arab Countries have continuously asked for help against Iran. In 2008 they again approached the US hoping for help with an airstrike on Natanz but the US leaders feared this would lead to a wide-range war and also, as Natanz was situated mostly underground, they pointed out that an airstrike would probably not be very effective.&lt;br /&gt;
&lt;br /&gt;
Throughout 2009 the number of centrifuges at Natanz was increased to 8700 and on at least one occasion President Ahmadinejad proudly led a tour through the plant providing the world with videos and images of the control rooms and centrifuges.&lt;br /&gt;
&lt;br /&gt;
Early 2010 the IAEA (International Atomic Energy Agency) inspectors that periodically visited Natanz, noticed a huge number of centrifuges being replaced.&lt;br /&gt;
Later that year Stuxnet was discovered and with it the cause for all the failing centrifuges.&lt;br /&gt;
&lt;br /&gt;
=== Next ===&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5248</id>
		<title>Stuxnet</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Stuxnet&amp;diff=5248"/>
		<updated>2020-12-20T13:24:46Z</updated>

		<summary type="html">&lt;p&gt;GKnibbeler: Created page with &amp;quot;== Summary ==   Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific software setup found at the Irani Uranium enrichment plan...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Stuxnet exploits several vulnerabilities including four zero-day exploits and targets a very specific software setup found at the Irani Uranium enrichment plants especially Natanz.&lt;br /&gt;
&lt;br /&gt;
== Targeted software setup ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: 32-bit Windows Operating System (2k, XP, 2003, Vista, Server 2008, 7, Server 2008 R2)&lt;br /&gt;
* SCADA Software: Siemens STEP7&lt;br /&gt;
* Hardware: S7-315-2/S7-417 PLCs with specific PROFIBUS VFD&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>GKnibbeler</name></author>
	</entry>
</feed>