PHP Tutorial Bad Word Filter Function and Harmful Character String...
Learn to build bad word or harmful character filter functions and data filtration systems for user input. We are using the str_ireplace()...
Learn to build bad word or harmful character filter functions and data filtration systems for user input. We are using the str_ireplace() php function fed with arrays.
9m:12s
13832
Learn Sony Vegas - 3D Text [HQ] - English
Sony Vegas is an Audio/Video editing software. In this tutorial you will learn how to put 3D Text during video production. You'll require Sony...
Sony Vegas is an Audio/Video editing software. In this tutorial you will learn how to put 3D Text during video production. You'll require Sony Vegas Pro for this exercise.
8m:52s
13449
Learn Sony Vegas - A Basic Overview - English
Sony Vegas is an AudioVideo editing software. In this tutorial you can learn the very basics of Sony Vegas.
Sony Vegas is an AudioVideo editing software. In this tutorial you can learn the very basics of Sony Vegas.
8m:28s
11808
Beware Conficker worm come April 1 - 31Mar2009 - English
In an event that hits the computer world only once every few years security experts are racing against time to mitigate the impact of a bit of...
In an event that hits the computer world only once every few years security experts are racing against time to mitigate the impact of a bit of malware which is set to wreak havoc on a hard coded date. As is often the case that date is April 1.
2m:36s
11740
Recent Cyber Attacks On Irans Infrastructure - US & israel likely...
US, Israel behind cyber-attack on Iran?
Experts say a computer worm that has targeted Iran's industrial sites may be part of a cyber-attack by...
US, Israel behind cyber-attack on Iran?
Experts say a computer worm that has targeted Iran's industrial sites may be part of a cyber-attack by the US or Israel against the Islamic Republic.
The Stuxnet, a computer worm that is viewed as potentially the most dangerous piece of computer malware discovered, has targeted industrial computers in Iran.
The complex worm recognizes a specific facility's control network and then destroys it.
Experts say the worm, which has a very sophisticated design, may have been created by a state-sponsored organization in the US or Israel to target specific control software being used in the Iranian industrial sector, including the Bushehr plant -- Iran's first nuclear power plant.
"All the details so far to me scream that this was created by a nation-state," Bloomberg quoted Frank Rieger, technology chief for a maker of encrypted mobile phones, as saying.
Iran's nuclear facilities may have been the targets, said both Rieger and Richard Falkenrath of the Chertoff Group, a Washington-based security advisory firm.
"It is theoretically possible that the US government did this," Falkenrath said during an interview with Bloomberg Television on Saturday. "But in my judgment, that's a very remote possibility. It's more likely that Israel did it."
Meanwhile, a top US cyber-security official claims that the US does not know who is behind the cyber-attack and is still analyzing the worm.
"We've conducted analysis on the software itself," Sean McGurk, director of the National Cybersecurity and Communications Integration Center, told reporters on Friday.
"It's very difficult to say 'This is what it was targeted to do,'" he said, adding the center was not looking for those behind the attack but it rather sought to prevent the spread.
The US and Israel accuse Iran of developing a nuclear weapons program. Iran rejects the allegation, saying its nuclear program is solely for peaceful purposes.
The International Atomic Energy Agency, in its several reports, has confirmed that it continues to verify the country's non-diversion from its peaceful path.
Article Source: http://www.presstv.ir/detail/143868.html
0m:40s
10659
Website Design Theme Application Tutorial Using PHP Cookies to Change...
Source: http://www.developphp.com/view.php?tid=1037
Learn how to allow visitors to change the themes of your website using CSS Style Sheets and...
Source: http://www.developphp.com/view.php?tid=1037
Learn how to allow visitors to change the themes of your website using CSS Style Sheets and PHP Cookies.
It uses PHP Cookies and well structured CSS style folders and style sheets to allow any visitors to theme your website according to layouts you have made.
If your style sheet is set up smart your buttons, background, backgrounds for tables and divs, size of things, placement of things, and everything can be changed by altering each theme's style sheet.
Using PHP cookies we can store their theme choice in a cookie file inside their browser software so even when they close their browser down, the next time they come back their theme is in place as long as the cookie is set to last. If the user deletes all cookies from within their browser options, the theme will revert back to your original site theme.
12m:56s
9389
Cracking Stuxnet - A 21st-century cyber weapon against Iran - Ralph...
When first discovered in 2010, the Stuxnet computer worm posed a baffling puzzle. Beyond its unusually high level of sophistication loomed a more...
When first discovered in 2010, the Stuxnet computer worm posed a baffling puzzle. Beyond its unusually high level of sophistication loomed a more troubling mystery: its purpose. Ralph Langner and team helped crack the code that revealed this digital warhead's final target -- and its covert origins. In a fascinating look inside cyber-forensics, he explains how.
The idea behind the Stuxnet computer worm is actually quite simple. We don't want Iran to get the Bomb. Their major asset for developing nuclear weapons is the Natanz uranium enrichment facility. The gray boxes that you see, these are real-time control systems. Now if we manage to compromise these systems that control drive speeds and valves, we can actually cause a lot of problems with the centrifuge. The gray boxes don't run Windows software; they are a completely different technology. But if we manage to place a good Windows virus on a notebook that is used by a maintenance engineer to configure this gray box, then we are in business. And this is the plot behind Stuxnet.
So we start with a Windows dropper. The payload goes onto the gray box, damages the centrifuge, and the Iranian nuclear program is delayed -- mission accomplished. That's easy, huh? I want to tell you how we found that out. When we started our research on Stuxnet six months ago, it was completely unknown what the purpose of this thing was. The only thing that was known is very, very complex on the Windows part, the dropper part, used multiple zero-day vulnerabilities. And it seemed to want to do something with these gray boxes, these real-time control systems. So that got our attention, and we started a lab project where we infected our environment with Stuxnet and checked this thing out. And then some very funny things happened. Stuxnet behaved like a lab rat that didn't like our cheese -- sniffed, but didn't want to eat. Didn't make sense to me. And after we experimented with different flavors of cheese, I realized, well, this is a directed attack. It's completely directed. The dropper is prowling actively on the gray box if a specific configuration is found, and even if the actual program that it's trying to infect is actually running on that target. And if not, Stuxnet does nothing.
So that really got my attention, and we started to work on this nearly around the clock, because I thought, well, we don't know what the target is. It could be, let's say for example, a U.S. power plant, or a chemical plant in Germany. So we better find out what the target is soon. So we extracted and decompiled the attack code, and we discovered that it's structured in two digital bombs -- a smaller one and a bigger one. And we also saw that they are very professionally engineered by people who obviously had all insider information. They knew all the bits and bites that they had to attack. They probably even know the shoe size of the operator. So they know everything.
And if you have heard that the dropper of Stuxnet is complex and high-tech, let me tell you this: the payload is rocket science. It's way above everything that we have ever seen before. Here you see a sample of this actual attack code. We are talking about -- round about 15,000 lines of code. Looks pretty much like old-style assembly language. And I want to tell you how we were able to make sense out of this code. So what we were looking for is first of all is system function calls, because we know what they do.
And then we were looking for timers and data structures and trying to relate them to the real world -- to potential real world targets. So we do need target theories that we can prove or disprove. In order to get target theories, we remember that it's definitely hardcore sabotage, it must be a high-value target, and it is most likely located in Iran, because that's where most of the infections had been reported. Now you don't find several thousand targets in that area. It basically boils down to the Bushehr nuclear power plant and to the Natanz fuel enrichment plant.
So I told my assistant, "Get me a list of all centrifuge and power plant experts from our client base." And I phoned them up and picked their brain in an effort to match their expertise with what we found in code and data. And that worked pretty well. So we were able to associate the small digital warhead with the rotor control. The rotor is that moving part within the centrifuge, that black object that you see. And if you manipulate the speed of this rotor, you are actually able to crack the rotor and eventually even have the centrifuge explode. What we also saw is that the goal of the attack was really to do it slowly and creepy -- obviously in an effort to drive maintenance engineers crazy, that they would not be able to figure this out quickly.
The big digital warhead -- we had a shot at this by looking very closely at data and data structures. So for example, the number 164 really stands out in that code; you can't overlook it. I started to research scientific literature on how these centrifuges are actually built in Natanz and found they are structured in what is called a cascade, and each cascade holds 164 centrifuges. So that made sense, it was a match.
And it even got better. These centrifuges in Iran are subdivided into 15, what is called, stages. And guess what we found in the attack code? An almost identical structure. So again, that was a real good match. And this gave us very high confidence for what we were looking at. Now don't get me wrong here, it didn't go like this. These results have been obtained over several weeks of really hard labor. And we often went into just a dead-end and had to recover.
Anyway, so we figured out that both digital warheads were actually aiming at one and the same target, but from different angles. The small warhead is taking one cascade, and spinning up the rotors and slowing them down, and the big warhead is talking to six cascades and manipulating valves. So in all, we are very confident that we have actually determined what the target is. It is Natanz, and it is only Natanz. So we don't have to worry that other targets might be hit by Stuxnet.
Here's some very cool stuff that we saw -- really knocked my socks off. Down there is the gray box, and on the top you see the centrifuges. Now what this thing does is it intercepts the input values from sensors -- so for example, from pressure sensors and vibration sensors -- and it provides legitimate code, which is still running during the attack, with fake input data. And as a matter of fact, this fake input data is actually prerecorded by Stuxnet. So it's just like from the Hollywood movies where during the heist, the observation camera is fed with prerecorded video. That's cool, huh?
The idea here is obviously not only to fool the operators in the control room. It actually is much more dangerous and aggressive. The idea is to circumvent a digital safety system. We need digital safety systems where a human operator could not act quick enough. So for example, in a power plant, when your big steam turbine gets too over speed, you must open relief valves within a millisecond. Obviously, this cannot be done by a human operator. So this is where we need digital safety systems. And when they are compromised, then real bad things can happen. Your plant can blow up. And neither your operators nor your safety system will notice it. That's scary.
But it gets worse. And this is very important, what I'm going to say. Think about this. This attack is generic. It doesn't have anything to do, in specifics, with centrifuges, with uranium enrichment. So it would work as well, for example, in a power plant or in an automobile factory. It is generic. And you don't have -- as an attacker -- you don't have to deliver this payload by a USB stick, as we saw it in the case of Stuxnet. You could also use conventional worm technology for spreading. Just spread it as wide as possible. And if you do that, what you end up with is a cyber weapon of mass destruction. That's the consequence that we have to face. So unfortunately, the biggest number of targets for such attacks are not in the Middle East. They're in the United States and Europe and in Japan. So all of the green areas, these are your target-rich environments. We have to face the consequences, and we better start to prepare right now.
Thanks.
(Applause)
Chris Anderson: I've got a question. Ralph, it's been quite widely reported that people assume that Mossad is the main entity behind this. Is that your opinion?
Ralph Langner: Okay, you really want to hear that? Yeah. Okay. My opinion is that the Mossad is involved, but that the leading force is not Israel. So the leading force behind that is the cyber superpower. There is only one, and that's the United States -- fortunately, fortunately. Because otherwise, our problems would even be bigger.
CA: Thank you for scaring the living daylights out of us. Thank you Ralph.
(Applause)
10m:40s
8698
Electric Stream Animations Adobe After Effects Tutorial - English
Learn how to make custom lines animate in streaming plasma and electric patterns. Then render out an SWF that can be imported into flash for your...
Learn how to make custom lines animate in streaming plasma and electric patterns. Then render out an SWF that can be imported into flash for your website animations.
Wiki Facts:
Adobe After Effects is primarily used for creating motion graphics and visual effects. After Effects allows users to animate, alter, and composite media in 2d and 3d space with various built-in tools and third party plug-ins, as well as individual attention to variables like parallax and user-adjustable angle of observation.
Both After Effects and some non-linear editing systems (NLEs) are layer-oriented, meaning that each individual media object (video clip, audio clip, still image, etc.) occupies its own track. In contrast, some NLEs use a system where individual media objects can occupy the same track as long as they do not overlap in time. This track-oriented system is more suited for editing and can keep project files much more concise. The layer-oriented system that After Effects adopts is suited for extensive effects work and keyframing. Although other compositing packages—especially ones that employ tree or node workflows, such as Apple Shake—are better suited to manage large volumes of objects within a composite, After Effects is able to somewhat counter the clutter by selectively hiding layers (using the Shy switch) or by grouping them into pre-compositions.
The main interface consists of several panels (windows in versions prior to After Effects 7.0). Three of the most commonly used panels are the Project panel, the Composition panel, and the Timeline panel. The Project panel acts as a bin to import stills, video, and audio footage items. Footage items in the Project panel are used in the Timeline panel, where layer order and timing can be adjusted. The items visible at the current time marker are displayed in the Composition panel.
After Effects integrates with other Adobe software titles such as Illustrator, Photoshop, Premiere Pro, Encore, and Flash.
10m:24s
8036
[01] MS Excel Tutorial - Urdu
Easy gateway to IT knowledge in Asia. Learn how to use Microsoft Excel.
Easy gateway to IT knowledge in Asia. Learn how to use Microsoft Excel.
5m:27s
8000
GIMP Basics - Introduction (How to use GIMP) - English
GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and...
GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
GIMP beginner tutorial and/or Gimp basics tutorial. Has an introduction to the GIMP interface and a beginners excercise to get started with GIMP. A great way for GIMP beginners and learning the GIMP basics, basically getting started with GIMP/beginning with GIMP.
Follow the steps and you will learn how layers work in GIMP, how to make a basic gradient in GIMP. How to use the text tool in GIMP, how to change the font color in GIMP, how to make a border around text in GIMP, how to make a drop shadow in GIMP, how to make a border around an image in GIMP, learn the basics about selections in GIMP and layers in GIMP.
All explained so a GIMP beginner will be able to follow it.
10m:56s
7366
[20 May 13] Iran unveils new mobile air defense system called Herze 9 -...
Iran unveils a new air defense system. On Monday Iran\\\'s Defense Ministry alongside the Islamic Revolutionary Guards Corps Aerospace Force...
Iran unveils a new air defense system. On Monday Iran\\\'s Defense Ministry alongside the Islamic Revolutionary Guards Corps Aerospace Force (IRGC AF) unveiled a domestically built mobile air defense system called \\\"Herze 9\\\". Iran\\\'s Defense Minister Brigadier General Ahmad Vahidi commented on this new achievement. \\\"Herze 9\\\" can identify and target enemy helicopters, rockets and fighter jets at low ranges and low altitudes of about 8-12 kilometers. This mobile air defense system uses the most technologically advanced computer hardware and software and the latest navigation system available today. Brig. Gen. Vahidi said Iran has produced this defense system, despite the recent wave of unilateral sanctions of the west against Iran.
Amir Hossein Eskandar, Press TV, Tehran
2m:12s
7041
[02] MS Excel Tutorial - Urdu
Easy gateway to IT knowledge in Asia. Learn how to use Microsoft Excel.
Easy gateway to IT knowledge in Asia. Learn how to use Microsoft Excel.
9m:15s
7022
How to Download & Install Adobe Flash Player - English
To download and install Adobe Flash Player, visit adobe.com, select the "Downloads" section, find the Flash Player, and follow the...
To download and install Adobe Flash Player, visit adobe.com, select the "Downloads" section, find the Flash Player, and follow the instructions for downloading it to the computer. Wash flash videos using the Adobe Flash Player with helpful tips from a software developer in this free video on computers.
2m:23s
6493
Mudbox 2009 Tutorial 1 - Wacom Stylus Pen & Tablet - 3D training...
Mudbox 2009 autodesk 3D training series video 1 from Flash Building. Also handy learning technique for flash cs4, photoshop, illustrator,...
Mudbox 2009 autodesk 3D training series video 1 from Flash Building. Also handy learning technique for flash cs4, photoshop, illustrator, fireworks, and virtually every graphics or model creation software.
12m:3s
6429
[25 Dec 2013] Tehran hosts computer science & software engineering...
Top Iranian computer science and software engineering students have gathered at Tehran\'s famous Sharif University of Technology. Based on 2011...
Top Iranian computer science and software engineering students have gathered at Tehran\'s famous Sharif University of Technology. Based on 2011 & 12 statistics Iranian students were ranked top 14 in the world in computer engineering. The 2013 CSI International symposium on Artificial Intelligence and Signal Processing (AISP), Computer Networks and Distributing Systems (CNDS) and Computer Science and Software Engineering (CSSE) has started in the capital. The event was held by Computer Society of Iran and Sharif University of Technology. The three day conference will discuss recent advances in computer algorithms, theoretical computer science and computation, formal programming methods, software engineering, verification and architecture and information systems. The chairman of the symposium talked explained about Iranian student\'s recent advances in this field. These three symposiums in 2013 published 129 papers in Iran of which 27% were published in international computer science and software engineering journals. Last year Iranian student\'s finished 5th place in the International Olympiad in Informatics (IOI) considered to be one most prestigious computer science competitions in the world, Iran earned 2 gold and 2 silver medals.
2m:29s
6109