<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-38872205</atom:id><lastBuildDate>Thu, 03 Oct 2024 12:00:53 +0000</lastBuildDate><title>Kurniawan's Anti Virus</title><description></description><link>http://kurniawanantivirus.blogspot.com/</link><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><generator>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle/><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-5255930442043249987</guid><pubDate>Mon, 14 Apr 2014 21:56:00 +0000</pubDate><atom:updated>2014-04-14T14:56:55.588-07:00</atom:updated><title>Year 2038</title><description>&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Although Y2K is passed, we’re not out of the woods just yet. Not all computers handle dates in the same way, and many computers based on the UNIX operating system handle dates by counting how many seconds a date is since 01/01/1970. For example, the date 01/01/1980 is 315,532,800 seconds after 01/01/1970. This number is stored on these computers as a “signed 32-bit integer”, which has a size limit of 2147483647. That basically means it can only handle dates that are up to 2147483647 seconds after 01/01/1970 – which only takes us up to the 19th of January 2038, after which, we may have problems again.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
This is especially true when we consider that UNIX-based software is more commonly used in “embedded systems” rather than a home PC – that is, systems that have a very specific purpose closely related to their hardware, such as software for robotic assembly lines, digital clocks, network routers, security systems and so on.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Also, somebody is going to have to consider what we’re going to do on the 1st of January 10000. Not me though.&lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/year-2038.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-6188285359265194349</guid><pubDate>Mon, 14 Apr 2014 21:56:00 +0000</pubDate><atom:updated>2014-04-14T14:56:17.505-07:00</atom:updated><title>Millennium Bug</title><description>&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
 The Millennium Bug, or Y2K, is the best known bug on this list and the one that many of us remember hearing about at the time. Basically, this bug was the a result of the combined short-sightedness of computer professionals in the decades leading up to the year 2000. In many computer systems, two digits were used to show the date, e.g. 98 instead of 1998, a practice that seemed reasonable and which pre-dated computers by some time.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Many didn’t anticipate, however, that there may be a problem when the date went past the year 2000. Using current systems, the year 2000 could only be represented as ’00′, which might confuse computers into thinking it meant the year 1900. Such a thing would break any calculations involving ranges of years that crossed the millennium. For example, it might show somebody born in 1920 and dying in 2001 as being minus 19 years old.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
In response to the problem, software companies rapidly updated their products, which already controlled just about everything from banking and payrolls to hospital computers and train ticket systems. Also, in recognition of its worldwide nature, the International Y2K Cooperation Centre was created in February 1999 to help coordinate the work required to prepare for the new millennium between governments and organisations, where needed. In the end, the New Year passed without too much incident, besides the universal mother-of-all-hangovers.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
It’s hard to say how much of this success was a result of the work carried out to alleviate the problem, or whether the problem had been exaggerated in the media in the first place – probably a mix of both.  &lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/millennium-bug.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-4533059278298348294</guid><pubDate>Mon, 14 Apr 2014 21:56:00 +0000</pubDate><atom:updated>2014-04-14T14:56:03.366-07:00</atom:updated><title>Patriot Missile Bug February 25th, 1991</title><description>&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
During Operation Desert Shield, the US military deployed the Patriot Missile System as a defense against aircraft and missiles – in this case Iraqi Al Hussein (SCUD) missiles. The tracking software for the Patriot missile uses the velocity of its target and the current time to predict where the target will be from one instant to another. Since various targets may travel at speeds of up to MACH 5, these calculations need to be very accurate.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
At the time, there was a bug in the targeting software – which meant that over time, the internal clock would ‘drift’ (much like any clock) further and further from accurate time the longer the system was left running. The bug was actually already known about and was simply fixed by regularly rebooting the system, and thereby resetting the system clock.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Unfortunately, those in charge didn’t clearly understand how ‘regularly’ they should reboot the system, and it was left running for 100 hours. When an Iraqi missile was launched, targeting a US airfield in Dhahran, Saudi Arabia, it was detected by the Patriot missile system. However, by this point, the internal clock had drifted out by 0.34 of a second, so when it tried to calculate where the missile would be next, it was looking at an area of the sky over half a kilometer away from missiles true location. It promptly assumed there was no enemy missile after all and cancelled the interception. The missile carried on to its destination where it killed 28 soldiers and injured a further 98.  &lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/patriot-missile-bug-february-25th-1991.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-3914485125436149201</guid><pubDate>Mon, 14 Apr 2014 21:55:00 +0000</pubDate><atom:updated>2014-04-14T14:55:47.455-07:00</atom:updated><title>Sony CD Malicious Copy Protection</title><description>&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
The seemingly never-ending war between media and pirates ebbs and flows every year. As soon as new ways of protecting and securely distributing media is found, new ways of circumventing and compromising these measures are uncovered.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Some would argue that Sony BGM went a step too far in 2005, when they introduced a new form of copy protection on some of their audio CDs. When played using a Windows computer, these CDs would install a piece of software called a ‘rootkit’. A rootkit is a form of software that buries its way deep into a computer and alters certain fundamental processes. Though not always malicious in nature, a rootkit is often used to stealthily plant malicious and hard to detect (or remove) software, such as viruses, trojans etc. In the case of Sony BMG, the aim was to control the way a Windows computer used the Sony CDs to prevent copying them or converting them to MP3s, which would help them cut down on piracy of their media.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
The rootkit achieved this – but by taking measures to hide itself from the user, it enabled viruses and other malicious software to hide along with it. The poorly thought-out implementation, and a growing perception that Sony BMG had no business sneakily manipulating users PCs, meant that the whole scheme backfired. It resulted in the rootkit being classified as malware by many computer security companies, as well as several law suits and a product recall of the offending CDs.&lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/sony-cd-malicious-copy-protection.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-4502279657722723320</guid><pubDate>Mon, 14 Apr 2014 21:55:00 +0000</pubDate><atom:updated>2014-04-14T14:55:22.984-07:00</atom:updated><title>Cold War Missile Crisis September 26, 1983</title><description>&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Stanislav Petrov was the duty officer of a secret bunker near Moscow responsible for monitoring the Soviet early warning satellite system. Just after midnight, they received an alert that the US had launched five Minuteman intercontinental ballistic missiles. As part of the mutually assured destruction doctrine that came into prevalence during the Cold War, the response to an attack by one power would be a revenge attack by the other.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
This meant that if the attack was genuine, they needed to respond quickly. However, it seemed strange that the US would attack with just a handful of warheads: although they would cause massive damage and loss of life, it wouldn’t be even nearly sufficient to wipe out the Soviet opposition. Also, the radar stations on the ground weren’t picking up any contacts, although these couldn’t detect beyond the horizon because of the curvature of Earth, which could have explained the delay.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Another consideration was the early warning system itself, which was known to have flaws and had been rushed into service in the first place. Petrov weighed all these factors and decided to rule the alert as a false alarm. Although Petrov didn’t have his finger on the nuke button as such, had he passed on a recommendation to his superiors that they take the attack as real, it could have led to all-out nuclear war. Whether based on experience, intuition, or just luck, Petrov’s decision was the right one.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
It was later determined that the early detection software had picked up the sun’s reflection from the top of clouds and misinterpreted it as missile launches.  &lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/cold-war-missile-crisis-september-26.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-8028964378149228779</guid><pubDate>Mon, 14 Apr 2014 21:55:00 +0000</pubDate><atom:updated>2014-04-14T14:55:07.043-07:00</atom:updated><title>Trans-Siberian Gas Pipeline Explosion 1982</title><description>&lt;div class="itemtitle" style="background-color: white; border: 0px; color: #343434; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 28px; line-height: 30.799999237060547px; margin: 0px; padding: 0px; vertical-align: baseline;"&gt;
&lt;div style="border: 0px; color: #6d6d6d; float: left; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
This one is a bit of a stretch, and may never have in fact happened, but – if it is true – it is a prominent example of a deliberately introduced software bug causing a big incident.&lt;/div&gt;
&lt;div style="border: 0px; color: #6d6d6d; float: left; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
During the Cold War, when relations between the US and Soviet Russia were a tad frosty, the Central Intelligence Agency are said to have deliberately placed bugs inside software being sold by a Canadian company -software that was used for controlling the trans-siberian gas pipeline. It was thought by the CIA that Russia was purchasing this system via a Canadian company as a means of covertly obtaining US technology, and that this would be an opportunity to feed them defective material.&lt;/div&gt;
&lt;div style="border: 0px; color: #6d6d6d; float: left; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Such practices were later referenced in the declassified “Farewell Dossier” where, amongst other things, it is alleged that faulty turbines were in fact used on a gas pipeline. It is claimed by former Secretary of the Air force, Thomas C. Reed, that a series of bugs were introduced so that the system would pass tests but break during actual use. Settings for pumps and valves were set to exceed the pressures that the pipeline could withstand, which led to an explosion said to be the largest non-nuclear explosion ever recorded.&lt;/div&gt;
&lt;div style="border: 0px; color: #6d6d6d; float: left; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
These claims, however, have been contradicted by KGB veteran, Anatoly Medetsky, who claims that the explosion was caused by sub-par construction rather than deliberate sabotage. Whatever the cause, no known casualties were reported as the explosion occurred in a very remote area&lt;/div&gt;
&lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/trans-siberian-gas-pipeline-explosion.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-5436022835826328567</guid><pubDate>Mon, 14 Apr 2014 21:54:00 +0000</pubDate><atom:updated>2014-04-14T14:54:52.065-07:00</atom:updated><title>USS Yorktown Incident September 21, 1997</title><description>&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
In the world of software development, there are several commonly known bugs that programmers encounter and have to cater for. One such example is the ‘divide by zero’ bug, where a calculation is performed that divides any number by zero. Such a calculation isn’t possible to resolve, at least not without using higher mathematics, and most software – for everything from super computers to pocket calculators – is written to take this scenario into account.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
It was with some embarrassment, then, that the USS Yorktown suffered a complete failure of its propulsion system and was dead in the water for nearly 3 hours when a crew member typed a “0″ into the on-board database management system which was then used in a division calculation. The software was installed as part of a wider operation to use computers to reduce the man power needed to run some ships. Fortunately, the ship was engaged in maneuvers at the time of the incident, rather than deployed in a combat environment, which could have had more severe consequences.  &lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/uss-yorktown-incident-september-21-1997.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-3936123689128540034</guid><pubDate>Mon, 14 Apr 2014 21:54:00 +0000</pubDate><atom:updated>2014-04-14T14:54:34.740-07:00</atom:updated><title>North American Blackout August 14, 2003</title><description>&lt;div class="itemtitle" style="background-color: white; border: 0px; color: #343434; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 28px; line-height: 30.799999237060547px; margin: 0px; padding: 0px; vertical-align: baseline;"&gt;
&lt;div style="border: 0px; color: #6d6d6d; float: left; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Affecting around 55 million people, mainly in the North Eastern United States, but also Ontario Canada, this was one of the biggest power blackouts in history. It started when a power plant along the southern shore of Lake Erie, Ohio went offline due to high demand which put the rest of the power network under greater stress. When power lines are under heavier electrical load, they heat up, meaning the material making up the cable (usually aluminum and steel) expands. Several power lines hung lower as they expanded and caught trees, bringing them down and putting the system under yet more pressure. This led to a cascading effect that eventually reduced the power network to 20% of normal output.&lt;/div&gt;
&lt;div style="border: 0px; color: #6d6d6d; float: left; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
While the causes of this blackout were nothing to do with a software bug, it could have been averted were it not for a software bug in the control centre alarm system. In what is called a ‘race condition’ scenario, two parts of the system were competing over the same resource and were unable to resolve the conflict, which caused the alarm system to freeze and stop processing alerts. Unfortunately, the alarm system failed ‘silently’, meaning it broke, but didn’t notify anybody that it had broken. This meant no audio or visual alerts were provided to control room staff, who over relied on such things for situational awareness. The aftermath was well reported and left many areas without power for several days and affected industry, utilities, communication. It was also blamed as at least a contributing factor in several deaths.&lt;/div&gt;
&lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/north-american-blackout-august-14-2003.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-2382701676307297699</guid><pubDate>Mon, 14 Apr 2014 21:54:00 +0000</pubDate><atom:updated>2014-04-14T14:54:17.091-07:00</atom:updated><title>World of Warcraft “Corrupted-Blood” Glitch September 13, 2005</title><description>&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
The hugely successful World of Warcraft (WoW), an online computer game created by Blizzard Entertainment, suffered an embarrassing glitch following an update to their game on September 13, 2005 – causing mass (fictional) death. Following an update to the game content, a new enemy character, Hakkar, was introduced who had the ability to inflict a disease, called Corrupted Blood, upon the playing characters that would drain their health over a period of time. This disease could be passed from player to player, just as in the real world, and had the potential to kill any character contracting it. This effect was meant to be strictly localised to the area of the game that Hakkar inhabited.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
However, one thing was overlooked: players were able to teleport to other areas of the game while still infected and pass the disease onto others – which is exactly what happened. I can’t find any figures on the body count, but entire cities within the game world were no-go areas, with dead player’s corpses littering the streets. Fortunately, player death is not permanent in WoW and the event was soon over when the administrators of the game reset the servers and applied further software updates. Particularly interesting is the way players reactions in the game could closely reflect their reactions to a similar real-life incident.  &lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/world-of-warcraft-corrupted-blood.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-1824468624033723802</guid><pubDate>Mon, 14 Apr 2014 21:53:00 +0000</pubDate><atom:updated>2014-04-14T14:53:51.966-07:00</atom:updated><title>Therac-25 1985-1987</title><description>&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
The Therac-25 was a machine for administering radiation therapy, generally for treating cancer patients. It had two modes of operation. The first consisted of an electron beam targeted directly at the patient in small doses for a short amount of time. The second aimed the electron beam at high energy levels at a metal ‘target’ first, which would essentially convert the beam into X-rays that were then passed into the patient.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
In previous models of the Therac machine, for this second mode of operation, there were physical fail-safes to ensure that this target was in place as, without it, very high energy beams could be mistakenly fired directly into the patient. In the new model, these physical fail-safes were replaced by software ones.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; color: #6d6d6d; float: left; font-family: TitilliumRegular, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 27px; margin-top: 1em; padding: 0px; vertical-align: baseline; width: 633.1875px;"&gt;
Unfortunately, there was a bug in the software: an ‘arithmetic overflow’ sometimes occurred during automatic safety checks. This basically means that the system was using a number inside its internal calculations that was too big for it to handle. If, at this precise moment, the operator was configuring the machine, the safety checks would fail and the metal target would not be moved into place. The result was that beams 100 times higher than the intended dose would be fired into a patient, giving them radiation poisoning. This happened on 6 known occasions, causing the later death of 4 patients.  &lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/therac-25-1985-1987.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-16001153146123693</guid><pubDate>Mon, 14 Apr 2014 21:52:00 +0000</pubDate><atom:updated>2014-04-14T14:52:22.496-07:00</atom:updated><title>Pentagon paper</title><description>&lt;div style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px; margin-bottom: 22px; margin-top: 16px;"&gt;
On June 13, 1971, the New York&amp;nbsp;&lt;i&gt;Times&lt;/i&gt;&amp;nbsp;ran the first of a nine-part series of excerpts from a classified study of U.S. military involvement in Vietnam completed by the Department of Defense. The papers were turned over to the&amp;nbsp;&lt;i&gt;Times&lt;/i&gt;&amp;nbsp;by military analyst Daniel Ellsberg, who had surreptitiously photocopied them starting as early as 1969. U.S. Senator Mike Gravel, a Democrat, also entered 4,100 pages of the study — which came to be known as the Pentagon Papers — to the Senate record, thus making their later publication in book form constitutionally sound.&lt;/div&gt;
&lt;div style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px; margin-bottom: 22px; margin-top: 16px;"&gt;
So what was&amp;nbsp;&lt;i&gt;in&lt;/i&gt;&amp;nbsp;the Pentagon Papers? Oh, you know, just proof that the U.S. secretly bombed Cambodia and conducted coastal raids on North Vietnam, and that four Administrations — from Truman's to Johnson's — had deliberately lied to the public. Ellsberg was put on trial for theft and conspiracy under the Espionage Act of 1917, but a series of legal missteps and dubious evidence-gathering tactics led the judge to dismiss all charges.&lt;/div&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/pentagon-paper.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-8693450788855526857</guid><pubDate>Mon, 14 Apr 2014 21:52:00 +0000</pubDate><atom:updated>2014-04-14T14:52:01.815-07:00</atom:updated><title>watergate deep throat</title><description>&lt;span style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;After five men were arrested for breaking into and trying to bug the offices of the Democratic National Committee in June 1972, Washington&amp;nbsp;&lt;/span&gt;&lt;i style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;Post&lt;/i&gt;&lt;span style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp;reporters Bob Woodward and Carl Bernstein began their investigation into what would become the country's biggest political scandal. Soon Watergate came to stand for far more than just the burglarized building and would lead to President Richard Nixon's resignation in 1974. Aiding Woodward and Bernstein as they connected the dots between the break-in and the White House was an informant whose identity remained a secret for a good 33 years. In 2005 — decades after the journalists won Pulitzers and&amp;nbsp;&lt;/span&gt;&lt;i style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;All the President's Men&lt;/i&gt;&lt;span style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp;won Oscars — former deputy director of the FBI Mark Felt revealed that he was the mysterious "Deep Throat."&lt;/span&gt;</description><link>http://kurniawanantivirus.blogspot.com/2014/04/watergate-deep-throat.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-3033424618277904014</guid><pubDate>Mon, 14 Apr 2014 21:51:00 +0000</pubDate><atom:updated>2014-04-14T14:51:32.934-07:00</atom:updated><title>Wikileak war logs</title><description>&lt;span style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;On Oct. 22, Internet-based watchdog organization WikiLeaks posted 391,832 classified U.S. military documents on the war in Iraq, the largest such leak in history. As he did with the July release of 77,000 secret documents related to the war in Afghanistan, WikiLeaks founder Julian Assange shared the documents with several newspapers — including the New York&amp;nbsp;&lt;/span&gt;&lt;i style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;Times&lt;/i&gt;&lt;span style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;, the&amp;nbsp;&lt;/span&gt;&lt;i style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;Guardian&lt;/i&gt;&lt;span style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;&lt;i style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;Der Spiegel&lt;/i&gt;&lt;span style="color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp;— in advance of making them public. Among the major revelations were many instances of the U.S. military deliberately ignoring detainee abuse by Iraqi allies and an increase of the civilian-casualty count by 15,000. The July Afghanistan papers consisted primarily of secret reports from troops in the field covering local intelligence and recounting clashes — including a number of missives that detailed civilian casualties at the hands of coalition forces. Another important (though not altogether surprising) revelation was that members of the U.S. military suspect what others have long assumed: that Pakistan's military intelligence agency has secretly assisted the Afghan Taliban insurgency.&lt;/span&gt;</description><link>http://kurniawanantivirus.blogspot.com/2014/04/wikileak-war-logs.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-7271239300667218906</guid><pubDate>Mon, 14 Apr 2014 21:49:00 +0000</pubDate><atom:updated>2014-04-14T14:50:46.697-07:00</atom:updated><title>Heartbleed bug</title><description>&lt;h1 style="background-color: white; box-sizing: border-box; color: #222222; font-family: Lato, sans-serif; font-weight: 400; line-height: 1.1; margin: 1em 0px;"&gt;
&lt;div style="box-sizing: border-box; font-size: 20px; line-height: 28.571430206298828px; margin-bottom: 10px;"&gt;
The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private networks (VPNs).&lt;/div&gt;
&lt;div style="box-sizing: border-box; font-size: 20px; line-height: 28.571430206298828px; margin-bottom: 10px;"&gt;
The Heartbleed bug allows anyone on the Internet to read the memory of the systems protected by the vulnerable versions of the OpenSSL software. This compromises the secret keys used to identify the service providers and to encrypt the traffic, the names and passwords of the users and the actual content. This allows attackers to eavesdrop on communications, steal data directly from the services and users and to impersonate services and users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/h1&gt;
&lt;h3 style="background-color: white; box-sizing: border-box; color: #222222; font-family: Lato, sans-serif; font-size: 1.2em; font-weight: 400; line-height: 1.1; margin: 2em 0px 0.5em;"&gt;
What leaks in practice?&lt;/h3&gt;
&lt;h1 style="background-color: white; box-sizing: border-box; color: #222222; font-family: Lato, sans-serif; font-weight: 400; line-height: 1.1; margin: 1em 0px;"&gt;
&lt;div style="box-sizing: border-box; font-size: 20px; line-height: 28.571430206298828px; margin-bottom: 10px;"&gt;
&lt;div style="box-sizing: border-box; margin-bottom: 10px;"&gt;
We have tested some of our own services from attacker's perspective. We attacked ourselves from outside, without leaving a trace. Without using any privileged information or credentials we were able steal from ourselves the secret keys used for our X.509 certificates, user names and passwords, instant messages, emails and business critical documents and communication.&lt;/div&gt;
&lt;div style="box-sizing: border-box; margin-bottom: 10px;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/h1&gt;
&lt;h3 style="background-color: white; box-sizing: border-box; color: #222222; font-family: Lato, sans-serif; font-size: 1.2em; font-weight: 400; line-height: 1.1; margin: 2em 0px 0.5em;"&gt;
How to stop the leak?&lt;/h3&gt;
&lt;h1 style="background-color: white; box-sizing: border-box; color: #222222; font-family: Lato, sans-serif; font-weight: 400; line-height: 1.1; margin: 1em 0px;"&gt;
&lt;div style="box-sizing: border-box; font-size: 20px; line-height: 28.571430206298828px; margin-bottom: 10px;"&gt;
&lt;div style="box-sizing: border-box; margin-bottom: 10px;"&gt;
As long as the vulnerable version of OpenSSL is in use it can be abused.&amp;nbsp;&lt;a href="https://www.openssl.org/news/secadv_20140407.txt" style="background-position: 0px 0px; background-repeat: initial initial; box-sizing: border-box; color: #428bca; text-decoration: none;"&gt;Fixed OpenSSL&lt;/a&gt;&amp;nbsp;has been released and now it has to be deployed. Operating system vendors and distribution, appliance vendors, independent software vendors have to adopt the fix and notify their users. Service providers and users have to install the fix as it becomes available for the operating systems, networked appliances and software they use.&lt;/div&gt;
&lt;/div&gt;
&lt;/h1&gt;
</description><link>http://kurniawanantivirus.blogspot.com/2014/04/heartbleed-bug.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-117111729363081678</guid><pubDate>Sat, 10 Feb 2007 14:17:00 +0000</pubDate><atom:updated>2007-02-10T06:21:33.650-08:00</atom:updated><title>Indonesian's AntiVirus</title><description>May be someone need this information... &lt;br /&gt;Just incase if someone need this help...&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Leena&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : word, Ukuran : 76 KB ,File Ext : .exe&lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      # c:\Documents and Settings\All Users\Application Data\Normal.exe&lt;br /&gt;      # c:\Documents and Settings\[USER]\Local Settings\Application Data\[USER].task\services.exe&lt;br /&gt;      # c:\Documents and Settings\[USER]\Local Settings\Temp\lsass.exe&lt;br /&gt;      # c:\WINDOWS\ExeServ.exe&lt;br /&gt;      # C:\WINDOWS\System32\controls.exe&lt;br /&gt;      # c:\WINDOWS\system32\3D Soccer.scr&lt;br /&gt;      # C:\WINDOWS\Tasks\leena.job&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Removir : http://www.macancrew.net/removir/mM_Removir.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : yogo / the greatless&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : word, Ukuran : 64 KB ,File Ext : .scr&lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      #  ?:\WINDOWS\system32\Msconfig.exe&lt;br /&gt;      #  ?:\WINDOWS\LastGood\system32\regwiz.exe&lt;br /&gt;      #  ?:\WINDOWS\MSGSRV32.COM&lt;br /&gt;      #  ?:\WINDOWS\system32\KERNEL.VDX&lt;br /&gt;      #  ?:\WINDOWS\system32\RPCSS.VDX&lt;br /&gt;      #  ?:\WINDOWS\system32\CIRRUSX.OXC&lt;br /&gt;      #  ?:\WINDOWS\system32\DDRAWXP.OXC&lt;br /&gt;&lt;br /&gt;      Removir : http://www.macancrew.net/removir/Rem_yogo.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Tinutuan_B&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : JPEG/ACDSee 7.0, Ukuran : 44 KB &lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      #  ?:\WINDOWS\system32\ganemo45.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\Kota-Tinu.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\kangkung45.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\sambiki45.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\drivers\gedi.exe&lt;br /&gt;      #  ?:\Documents and Settings\USER\Local Settings\winfile.exe&lt;br /&gt;      #  ?:\Documents and Settings\USER\My Documents\My Pictures\My Pictures.exe&lt;br /&gt;      #  ?:\Documents and Settings\USER\My Documents\My Music\My Music.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\3D Screen Saver.scr&lt;br /&gt;      #  ?:\WINDOWS\system32\MCR Screen Saver.scr&lt;br /&gt;      #  ?:\WINDOWS\system32\Romantic Rapshody Saver.scr&lt;br /&gt;      #  ?:\WINDOWS\system32\Laskar Cinta Saver.scr&lt;br /&gt;      #  ?:\WINDOWS\system32\3D Animation Saver.scr&lt;br /&gt;      #  ?:\Documents and Settings\USER\Start Menu\Programs\Startup\milu.bat&lt;br /&gt;      #  ?:\TINUTUAN.TXT&lt;br /&gt;      # Loader : Winlogon Shell ==&gt; ?:\WINDOWS\system32\drivers\gedi.exe&lt;br /&gt;      # Loader : HKLM\Software\Microsoft\Windows\CurrentVersion\Run\message ==&gt; ?:\WINDOWS\System32\config\smss.cmd&lt;br /&gt;      # Loader : HKCU\Software\Microsoft\Windows\CurrentVersion\Run\manado-kota-tinutuan ==&gt; ?:\WINDOWS\System32\Kota-Tinu.exe&lt;br /&gt;&lt;br /&gt;      Removir : http://www.macancrew.net/removir/Rem_Tinutuan_B.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : My_Service&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 30 KB , File Ext : .exe&lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      #  ?:\WINDOWS\lsass.exe&lt;br /&gt;      #  ?:\WINDOWS\services.exe&lt;br /&gt;      #  ?:\WINDOWS\smss.exe&lt;br /&gt;      #  ?:\WINDOWS\WINDOWS.exe&lt;br /&gt;      #  ?:\windows operation.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\services.com&lt;br /&gt;      #  ?:\WINDOWS\system32\cmd.com&lt;br /&gt;      #  ?:\WINDOWS\win.com&lt;br /&gt;      #  ?:\WINDOWS\cmd.com&lt;br /&gt;      #  ?:\Documents and Settings\USER\Local Settings\Application Data\system.com&lt;br /&gt;      #  ?:\WINDOWS\system32\auto.bat&lt;br /&gt;      # Loader : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Ini Service Ku ==&gt; ?:\WINDOWS\system32\services.com&lt;br /&gt;&lt;br /&gt;      Removir : http://www.macancrew.net/removir/Rem_My_Service.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : mig2&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 129 KB , File Ext : .exe&lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      # Membuat Folder mig2 di tiap drive yg berisi New Folder.exe dan Folder.htt&lt;br /&gt;      # Membuat File ke tiap drive dengan nama : Data %USER%.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\config\systemprofile\Start Menu\Programs\Startup\Startup .exe&lt;br /&gt;      #  ?:\WINDOWS\system32\IExplorer.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\GroupPolicy\Machine\Scripts\Startup\Startup .exe&lt;br /&gt;      #  ?:\WINDOWS\WINDOWS .exe&lt;br /&gt;      #  ?:\WINDOWS\mig2 .exe&lt;br /&gt;      #  ?:\Documents and Settings\Default User\Start Menu\Programs\Startup\Startup .exe&lt;br /&gt;      #  ?:\Documents and Settings\All Users\Start Menu\Programs\Startup\Empty .exe&lt;br /&gt;      #  ?:\Documents and Settings\All Users\Start Menu\Programs\Startup\Startup .exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\WINLOGON.EXE&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\CSRSS.EXE&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\SERVICES.EXE&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\LSASS.EXE&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\SMSS.EXE&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\SERVICES .exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\LSASS .exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\WINLOGON .exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\CSRSS .exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Start Menu\Programs\Startup\Startup .exe&lt;br /&gt;      # Loader : HKCU\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS ==&gt; ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\WINLOGON.EXE\"&lt;br /&gt;      # Loader : HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Service[USER] ==&gt; ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\SERVICES.EXE&lt;br /&gt;      # Loader : HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Logon[USER] ==&gt; ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\CSRSS.EXE&lt;br /&gt;      # Loader : HKLM\Software\Microsoft\Windows\CurrentVersion\Run\System Monitoring ==&gt; ?:\Documents and Settings\[USER]\Local Settings\Application Data\WINDOWS\LSASS.EXE&lt;br /&gt;&lt;br /&gt;      Removir : http://www.macancrew.net/removir/Rem_Mig2.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Buff-exe&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 53 KB , File Ext : .exe&lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      #  C:\buff.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\algserv.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\svcmain.exe&lt;br /&gt;      #  ?:\WINDOWS\system32\vrsserv.exe&lt;br /&gt;      # Loader : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\wmserv ==&gt; ?:\WINDOWS\system32\svcmain.exe&lt;br /&gt;      # Loader : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\algserv ==&gt; ?:\WINDOWS\system32\algserv.exe&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Bangsat_A&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 105 KB , File Ext : .exe&lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      #  ?:\WINDOWS\security\System.exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\smss.exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\services.exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\lsass.exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\inetinfo.exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\csrss.exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Local Settings\Application Data\winlogon.exe&lt;br /&gt;      #  ?:\Documents and Settings\[USER]\Templates\DIA 54TR10.com&lt;br /&gt;      # Loader : HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Remove 54tr10 ==&gt; ?:\Documents and Settings\[USER]\Local Settings\Application Data\smss.exe&lt;br /&gt;      # Loader : HKLM\Software\Microsoft\Windows\CurrentVersion\Run\New Anti Virus ==&gt; ?:\WINDOWS\Security\System.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Flu_Ikan&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 76 KB&lt;br /&gt;      # Membuat File berikut ini :&lt;br /&gt;       c:\WINDOWS\FishDemon.exe&lt;br /&gt;       c:\WINDOWS\Help\(Nama file Random) mis : D85U68N85U.exe, J66T74E84B.exe, L78V76Q86N.exe &lt;br /&gt;       c:\WINDOWS\system32\config\(Nama file Random) mis : D85U68N85U.exe, J66T74E84B.exe, L78V76Q86N.exe &lt;br /&gt;       c:\aliases.ini&lt;br /&gt;       c:\script.ini&lt;br /&gt;       c:\Documents and Settings\[CURRENT_USER]\My Documents\Flu-Ikan.htm&lt;br /&gt;      # Loader di Msconfig : &lt;br /&gt;         - kebodohan &lt;br /&gt;         - pemalas &lt;br /&gt;         - mulut_besar &lt;br /&gt;         - otak_udang &lt;br /&gt;      # Men-Disable Klik-Kanan di Desktop &amp; Windows Explorer&lt;br /&gt;      # Mengganti Tampilan Desktop Dengan ID Romantic Devil.R&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : ABG-Aceh&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 220 KB &lt;br /&gt;      # Membuat File berikut ini :&lt;br /&gt;           C:\Program Files\Service.exe&lt;br /&gt;           C:\ABG-Aceh.exe&lt;br /&gt;      # Berusaha membuat File berikut ini :&lt;br /&gt;           D:\ABG-Aceh.exe&lt;br /&gt;           E:\ABG-Aceh.exe&lt;br /&gt;           F:\ABG-Aceh.exe&lt;br /&gt;           G:\ABG-Aceh.exe&lt;br /&gt;           H:\ABG-Aceh.exe&lt;br /&gt;      # Loader di Msconfig : &lt;br /&gt;         - Service App (memanggil C:\Program Files\Service.exe)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : SHELLYNT&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Setup/Installer, Ukuran : 23 KB &lt;br /&gt;      # Membuat File berikut ini :&lt;br /&gt;         - C:\WINDOWS\Config\smss.exe&lt;br /&gt;         - C:\WINDOWS\system32\config\systemprofile\Local Settings\services.exe&lt;br /&gt;         - C:\WINDOWS\system32\Rundll.exe&lt;br /&gt;         - C:\fix.com&lt;br /&gt;         - C:\Documents and Settings\All Users\Start Menu\Programs\Startup\Adobe.pif&lt;br /&gt;         - C:\WINDOWS\check.pif&lt;br /&gt;      # Copy File ke Flashdisk dengan nama :&lt;br /&gt;         - Computer.exe (Dengan Icon File Setup/Installer)&lt;br /&gt;      # Loader di Msconfig : &lt;br /&gt;         - Shellynt&lt;br /&gt;         - Fault&lt;br /&gt;      # Mengubah Label Drive C:\ menjadi SHELLYNT&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Sensasi.A.5tr10&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 38 KB &lt;br /&gt;      # Membuat File berikut ini :&lt;br /&gt;           C:\Documents and Settings\USER\Local Settings\Application Data\csrss.exe&lt;br /&gt;           C:\Documents and Settings\USER\Local Settings\Application Data\inetinfo.exe&lt;br /&gt;           C:\Documents and Settings\USER\Local Settings\Application Data\lsass.exe&lt;br /&gt;           C:\Documents and Settings\USER\Local Settings\Application Data\services.exe&lt;br /&gt;           C:\Documents and Settings\USER\Local Settings\Application Data\smss.exe&lt;br /&gt;           C:\Documents and Settings\USER\Local Settings\Application Data\winlogon.exe&lt;br /&gt;           C:\WINDOWS\system32\Svchos.exe&lt;br /&gt;           C:\Documents and Settings\USER\Templates\54TR10 AJA.com&lt;br /&gt;           C:\WINDOWS\system32\USER\'s Setting.scr&lt;br /&gt;           C:\Documents and Settings\USER\Start Menu\Programs\Startup\Start.pif&lt;br /&gt;      # Loader di Msconfig : &lt;br /&gt;         - ADie suka kamu &lt;br /&gt;         - SaTRio ADie X &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 58 KB &lt;br /&gt;      # Membuat File berikut ini :&lt;br /&gt;           C:\Documents and Settings\USER\Desktop\Windows Explorer.exe&lt;br /&gt;           C:\Documents and Settings\USER\Start Menu\Programs\Startup\Romantic-Devil.R.exe&lt;br /&gt;           C:\Documents and Settings\USER\Templates\csrss.exe&lt;br /&gt;           C:\Documents and Settings\USER\Templates\inetinfo.exe&lt;br /&gt;           C:\Documents and Settings\USER\Templates\lsass.exe&lt;br /&gt;           C:\Documents and Settings\USER\Templates\services.exe&lt;br /&gt;           C:\Documents and Settings\USER\Templates\smss.exe&lt;br /&gt;           C:\Documents and Settings\USER\Templates\winlogon.exe&lt;br /&gt;           C:\WINDOWS\CintaButa.exe&lt;br /&gt;           C:\WINDOWS\eksplorasi.exe&lt;br /&gt;           C:\WINDOWS\FirstLove.exe&lt;br /&gt;           C:\WINDOWS\KesenjanganSosial.exe&lt;br /&gt;           C:\WINDOWS\system32\config\systemprofile\Local Settings\Application Data\csrss.exe&lt;br /&gt;           C:\WINDOWS\system32\config\systemprofile\Local Settings\Application Data\inetinfo.exe&lt;br /&gt;           C:\WINDOWS\system32\config\systemprofile\Local Settings\Application Data\lsass.exe&lt;br /&gt;           C:\WINDOWS\system32\config\systemprofile\Local Settings\Application Data\services.exe&lt;br /&gt;           C:\WINDOWS\system32\config\systemprofile\Local Settings\Application Data\smss.exe&lt;br /&gt;           C:\WINDOWS\system32\config\systemprofile\Local Settings\Application Data\winlogon.exe&lt;br /&gt;      # Loader di Msconfig : &lt;br /&gt;         - SysDiaz &lt;br /&gt;         - SysYuni &lt;br /&gt;         - SysRia &lt;br /&gt;         - SysDokterGila &lt;br /&gt;         - DllHost&lt;br /&gt;         - Pluto &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Kantuk&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Microsoft Word, Ukuran : 56 KB &lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      #  C:\WINDOWS\system32\system.exe&lt;br /&gt;      # Copy File ke Flashdisk dengan nama :&lt;br /&gt;         - Kantuk.exe (Dengan Icon Microsoft Word)&lt;br /&gt;      # Loader : HKLM\Software\Microsoft\Windows\CurrentVersion\Run\SymRun ==&gt; C:\WINDOWS\System32\system.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : NewInfo&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : Folder, Ukuran : 324 KB&lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      #  c:\WINDOWS\system32\lsvrss.exe&lt;br /&gt;      # Copy File ke Flashdisk dengan nama :&lt;br /&gt;         - DocumentFolder.exe&lt;br /&gt;         - NewInfo.htm&lt;br /&gt;      # Loader : HKLM\Software\Microsoft\Windows\CurrentVersion\Run\SysIDstr ==&gt; c:\WINDOWS\system32\lsvrss.exe&lt;br /&gt;      # Loader : HKCU\Software\Microsoft\Windows\CurrentVersion\Run\DocumentInfo ==&gt; c:\WINDOWS\system32\lsvrss.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : My Song.mp3&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      # Icon Virus : mp3, Ukuran : 60 KB &lt;br /&gt;      # Membuat file berikut ini :&lt;br /&gt;      #  c:\WINDOWS\system32\moviex.exe&lt;br /&gt;      #  c:\WINDOWS\system32\sysconf.dlI&lt;br /&gt;      #  c:\WINDOWS\system32\system.dlI&lt;br /&gt;      #  c:\WINDOWS\system32\COMCTL32.PID&lt;br /&gt;      # Copy File ke Flashdisk dengan nama :&lt;br /&gt;         - My Song.mp3.exe (Dengan Icon Mp3)&lt;br /&gt;      # Loader : HKLM\Software\Microsoft\Windows\CurrentVersion\Run\SysData ==&gt; C:\WINDOWS\System32\moviex.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : LayOut.htt&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      - Icon : notepad, Ukuran : 103 KB&lt;br /&gt;      - Membuat file Windowsdir taskmgr.exe &lt;br /&gt;      - Membuat file layout.htt&lt;br /&gt;      - Membuat file system.exe &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Gadis Unmul&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      - Icon : Folder, Ukuran : 72 KB&lt;br /&gt;      - Membuat file c:\unmul_gadis_pesan@@@.doc&lt;br /&gt;      - Membuat file [%WINDOWS%]\system\tsunnammii__B.exe&lt;br /&gt;      - Membuat file [%WINDOWS%]\tsunnammii__B.exe&lt;br /&gt;      - Membuat file [%SYSTEM%]\[%USERNAME%].exe&lt;br /&gt;      - Menambahkan My Document di Control Panel&lt;br /&gt;      - Menambahkan My Document di Desktop&lt;br /&gt;      - Menambahkan gadis_unmul di Startup&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Borlas / Animasi&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      - Icon : Flash, Ukuran : 410KB&lt;br /&gt;      - Membuat file animasi.exe di semua drive&lt;br /&gt;      - Membuat file WindowsDir java\classes\Animasi.exe&lt;br /&gt;      - Membuat file WindowsDir security\Animasi.exe&lt;br /&gt;      - Membuat file WindowsDir resources\Oghie.exe&lt;br /&gt;      - Membuat file WindowsDir pchealth\Animasi.exe&lt;br /&gt;     &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : MooNlight&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      - Membuat file [%WINDOWS%]\java\CLASES\BIN\csrss.exe&lt;br /&gt;      - Membuat file [%WINDOWS%]\Systask.exe&lt;br /&gt;      - Membuat file [%WINDOWS%]\system32\APPLOG\Sys\Winlogon.exe&lt;br /&gt;      - Membuat file [%WINDOWS%]\system32\run32dll.exe&lt;br /&gt;      - Membuat file [%WINDOWS%]\Brico.cmd&lt;br /&gt;      - Membuat file [%WINDOWS%]\COMMAND\SETRAMD.cmd&lt;br /&gt;      - Membuat file [%WINDOWS%]\system32\MySqld-nt.cmd&lt;br /&gt;      - Membuat file [%WINDOWS%]\system32\remotesp.cmd&lt;br /&gt;      - Membuat file c:\windows.scr Dengan Icon Folder&lt;br /&gt;      - Folder [%WINDOWS%] asli di Hidden&lt;br /&gt;      - Semua Folder di Flashdisk di Hidden&lt;br /&gt;      - Membuat File scr di Flashdisk dengan nama folder-folder di Flashdisk&lt;br /&gt;        &lt;br /&gt;&lt;br /&gt;      Nama Virus : Shuriken3&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      - Membuat file windows.exe di direktori windows&lt;br /&gt;      - Membuat loader di msconfig dengan item PROGRAM yang memanggil [%&lt;br /&gt;      window%]\windows.exe&lt;br /&gt;      - Membuat file (dengan icon folder) disemua folder di drive selain C:\ dengan ukuran 224 KB&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Patah Hati&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      - Icon Virus : Folder, Ukuran : 88 KB&lt;br /&gt;      - Membuat file berikut ini di windows&lt;br /&gt;          c:\Program Files\Microsoft Office\Temp.exe&lt;br /&gt;          c:\WINDOWS\Help\user logon.exe&lt;br /&gt;          c:\WINDOWS\hkcmd.exe&lt;br /&gt;          c:\WINDOWS\system\Aku Bisa Tanpamu.exe&lt;br /&gt;          c:\WINDOWS\system\Aku Kecewa.exe&lt;br /&gt;          c:\WINDOWS\system\Dibalas Dengan Dusta.exe&lt;br /&gt;          c:\WINDOWS\system\ISASS.exe&lt;br /&gt;          c:\WINDOWS\system\Kau Pikir Kaulah Segalanya.exe&lt;br /&gt;          c:\WINDOWS\system\LNETINFO.exe&lt;br /&gt;          c:\WINDOWS\system\mr.abram\'s.exe&lt;br /&gt;          c:\WINDOWS\system\Sejauh Mungkin.exe&lt;br /&gt;          c:\WINDOWS\system\Tak Seperti Dulu.exe&lt;br /&gt;          c:\WINDOWS\system\Viva Elektro.exe&lt;br /&gt;          c:\WINDOWS\system.exe&lt;br /&gt;          c:\WINDOWS\system32\Patah_07065.exe&lt;br /&gt;          c:\WINDOWS\security\krnl32.bat&lt;br /&gt;      - Membuat file [My Documents.exe] di Desktop&lt;br /&gt;      - Membuat file [My Documents.exe] di Start Menu&lt;br /&gt;      - Membuat file [System startup.pif] di Start Up&lt;br /&gt;      - Membuat loader di msconfig dengan item [patah hati],[user logon]dan [HotKeysCmds]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      Nama Virus : Ambon Manise&lt;br /&gt;      Keterangan :&lt;br /&gt;&lt;br /&gt;      - Icon Virus : Folder, Ukuran : 42 KB&lt;br /&gt;      - Membuat file berikut ini di windows&lt;br /&gt;            c:\WINDOWS\SVCHOST.EXE&lt;br /&gt;            c:\WINDOWS\system\SVCHOST.EXE&lt;br /&gt;            c:\WINDOWS\system32\EBRR.EXE&lt;br /&gt;            c:\WINDOWS\system32\mmtask.exe&lt;br /&gt;      - MengCopy file ke Flashdisk dengan nama :&lt;br /&gt;            Data.exe&lt;br /&gt;            Jangan Dihapus.exe&lt;br /&gt;            Agnes Monica.exe&lt;br /&gt;            Bekas Pacar.exe&lt;br /&gt;            Oh Cantiknya.exe&lt;br /&gt;            Penting!!!.exe&lt;br /&gt;            Dokumen Kerja.exe&lt;br /&gt;            Gambar.exe</description><link>http://kurniawanantivirus.blogspot.com/2007/02/indonesians-antivirus.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-38872205.post-117111706964343200</guid><pubDate>Sat, 10 Feb 2007 14:16:00 +0000</pubDate><atom:updated>2007-02-10T06:22:36.253-08:00</atom:updated><title>Tinutuan_B AntiVirus</title><description>May be someone need this antivirus...&lt;br /&gt;&lt;br /&gt;Virus Name : Tinutuan_B&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Virus Icon: JPEG/ACDSee 7.0, size: 44 KB&lt;br /&gt;I guess it is from the milu.bat&lt;br /&gt;&lt;br /&gt;#  will create this files :&lt;br /&gt;#  ?:\WINDOWS\system32\ganemo45.exe&lt;br /&gt;#  ?:\WINDOWS\system32\Kota-Tinu.exe&lt;br /&gt;#  ?:\WINDOWS\system32\kangkung45.exe&lt;br /&gt;#  ?:\WINDOWS\system32\sambiki45.exe&lt;br /&gt;#  ?:\WINDOWS\system32\drivers\gedi.exe&lt;br /&gt;#  ?:\Documents and Settings\USER\Local Settings\winfile.exe&lt;br /&gt;#  ?:\Documents and Settings\USER\My Documents\My Pictures\My Pictures.exe&lt;br /&gt;#  ?:\Documents and Settings\USER\My Documents\My Music\My Music.exe&lt;br /&gt;#  ?:\WINDOWS\system32\3D Screen Saver.scr&lt;br /&gt;#  ?:\WINDOWS\system32\MCR Screen Saver.scr&lt;br /&gt;#  ?:\WINDOWS\system32\Romantic Rapshody Saver.scr&lt;br /&gt;#  ?:\WINDOWS\system32\Laskar Cinta Saver.scr&lt;br /&gt;#  ?:\WINDOWS\system32\3D Animation Saver.scr&lt;br /&gt;#  ?:\Documents and Settings\USER\Start Menu\Programs\Startup\milu.bat&lt;br /&gt;#  ?:\TINUTUAN.TXT&lt;br /&gt;# Loader : Winlogon Shell ==&gt; ?:\WINDOWS\system32\drivers\gedi.exe&lt;br /&gt;# Loader : HKLM\Software\Microsoft\Windows\CurrentVersion\Run\message ==&gt; ?:\WINDOWS\System32\config\smss.cmd&lt;br /&gt;# Loader : HKCU\Software\Microsoft\Windows\CurrentVersion\Run\manado-kota-tinutuan ==&gt; ?:\WINDOWS\System32\Kota-Tinu.exe&lt;br /&gt;&lt;br /&gt;Removir : http://www.macancrew.net/removir/Rem_Tinutuan_B.zip&lt;br /&gt;&lt;br /&gt;****&lt;br /&gt;Kill the loader&lt;br /&gt;-Gedi.exe&lt;br /&gt;-smss.cmd&lt;br /&gt;-Kota-Tinu.exe&lt;br /&gt;&lt;br /&gt;*** QUICKLY RESTART&lt;br /&gt;- delete all files&lt;br /&gt;-fix all the registry&lt;br /&gt;&lt;br /&gt;* Winlogon Shell&lt;br /&gt;-HKLM/SOFTWARE/MICROSOFT/WIndows NT/CurrentVersion/WinLogon</description><link>http://kurniawanantivirus.blogspot.com/2007/02/tinutuanb-antivirus.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>1</thr:total></item></channel></rss>