main
Report a problem

Intel: Viruses to be a thing of the Past

Dice   on 26 October 2006 - 15:14 · 38 comments & 17005 views

Advertisement (Why?)

Intel believes that malacious codes, viruses and other security threats may become a worry of the past. Inte's R&D team is currently working on Trusted Execution Technlogy, previously known as LaGrande. Trusted Execution Technology or TXT will use hardware keys and subsystems to control what part of a computer's resources can be accessed and who or what will be granted or denied access.

Going beyond the NX bit, or the Non-execution bit that is currently enabled inside recent processors from both AMD and Intel, TXT will bring a whole new dimension of security to PCs. TXT will also be able to work in a virtualized environment on systems with Intel's VT technology. Guest operating systems will be able to take advantage of features on a TXT-enabled platform.


Intel will also provide a mechanism called Attestation for TXT, which is a self-monitoring component that ensures that the TXT system was enabled properly. Attestation will provide monitoring, as well as applications running in protected space.

Processors will have split execution spaces called partitions, similar to the concept of partitions on a hard drive. These partitions can be labeled as protected or non-protected. Standard partitions, those that are not protected, are now referred to as "legacy" partitions. A TXT-enabled processor will be able to have both a legacy and protected partition coexist together. Chipsets will also be designed with TXT technology. According to Intel, every part of a TXT-enabled platform will have the technology built in so that every pathway that is traversed by data will be able to offer a high level of security. With TXT, Intel is taking a no-compromise approach to securing data. All components of a system will be protected:
  • Processor execution memory
  • Processor event handling
  • System memory
  • Memory and chipset paths
  • Storage subsystems
  • Human input devices
  • Graphics output

Currently close to being finished, Intel will demonstrate the first working implementations of TXT technology sometime in 2007 on Intel vPro platforms.

To view TXT's list of executions, read the rest of the article...

News source: DailyTech





Starting fromthe use of more advanced Trusted Platform Module (TPM) chips and addingnew hardware extensions to both processors and chipsets, TXT canperform the following:

Protected Execution:This feature allows an application that has the ability to execute inan isolated environment, to be shielded from other software running onthe same platform. No other software may monitor or compromise the dataor the application in the protected environment. Plus, each applicationrunning in PE mode has its own physically dedicated resources from boththe processor and system chipset.

Sealed Storage:The new advanced TPM chips are able to store and encrypt keys inhardware. Only the same system that the TPM is integrated into candecrypt the keys. Any attempts at copying data out of the TPM willresult in scrambling.

Protected Input: Intel isdeveloping mechanisms that will prevent unauthorized monitoring ofhuman input devices such as mouse clicks and keyboard strokes. Not onlywill traditional input devices be encrypted, but data traversing theUSB bus will also be encrypted too.

Protected Graphics:applications that are running in the PE environment will have itsgraphics path encrypted. Data being sent to a graphics card's framebuffer from an application will be encrypted and cannot be observed byunauthorized code. For example, a particular notice box popping up canbe encrypted, while other windows remain unprotected.

Protected Launch:this part of TXT will control and protect critical parts of theoperating system and other system related components from beingcompromised during launch. OS kernel components for example areprotected during and after launch.


Post a comment · Send to friend Comments · There are 38 additional comments
#1 ~Greeno~ on 26 Oct 2006 - 15:23
Thing of the.... (do go on...)

"Inte's R&D team" you missed the 'l' off
(1 reply) #2 hapbt on 26 Oct 2006 - 15:26
Obviously there are alot of benefits from technology like this, but let's face it, someone can still write a virus or spyware that relies on nothing beyond stupidity to get itself installed, that's probably what most of the current active viruses are based on -- foolish users.
If you'll excuse me I have some funny joke exe files that someone forwarded me which I need to open.
#2.1 SHOTT3R on 26 Oct 2006 - 17:08
Quote - hapbt said @ #2
... that's probably what most of the current active viruses are based on -- foolish users.
If you'll excuse me I have some funny joke exe files that someone forwarded me which I need to open.


This is why there will always be viruses, because people are stupid. Every time you make something idiot proof, the world comes up with a better idiot. Windows sold out security to be both relatively easy, and widely used. If 90% of the world uses Windows, do you realise how many quasi-brain dead people are included in that tally? Apple is easy, and secure for the most part, but not widely used. It's easy to be secure when your company controls all the hardware and OS and a lot of the software. But then that will get you 4% market share. Notice now that Apple has switched to Intel and is gaining, it is having growing pains? *NIX is secure, but not even close to easy, and thus not widespread.

Because of the nature of people, you can't have all three - market share, security and ease of use. MS chose the way that would ensure it made the most money. Nothing much Intel can do but add a level of complexity. Might mean more security in theory, but the people with sense already know how to keep their machine secure. What of the people who don't even know how to change their wallpaper? To quote Ron White, "You can't fix stupid."
#3 Tomo on 26 Oct 2006 - 15:46
That's a pretty bold statement! I think someone should remind/tell them that nothing is perfect, there will always be a way.
#4 PureLegend on 26 Oct 2006 - 15:52
I can see this being an issue, as some things (keyloggers etc...) are useful.
(5 replies) #5 randomnut on 26 Oct 2006 - 15:57
Ok, I don't want to start the old windows-vs-linux flame war but this is a perfectly valid point.

There is no need for an antivirus on a linux system. A virus cannot do any damage unless you give it the permission.

How simple is that? There is no need for hardware subsystems and all that crap, why cant people just design their software/operating systems better.
#5.1 vetmarkjensen on 26 Oct 2006 - 16:23
Quote - randomnut said @ #5
There is no need for an antivirus on a linux system. A virus cannot do any damage unless you give it the permission.
I wouldn't say there was no need. I have clamav installed on my box (granted, I don't have it started, but it is installed and updated). There are *nix viruses, and there could be a new one found any time. Linux is not immune.

As far as damage goes, any app that gets executed with my (reduced privelege) user permissions. It won't take down my system, or infect outside my user area, but it can still cause problems.
#5.2 randomnut on 26 Oct 2006 - 16:27
You know what i mean though, the solution to viruses is better operating system engineering not any of this stuff intels planning
#5.3 hapbt on 27 Oct 2006 - 00:33
I think that's misleading to say there can't be a virus for *NIX just because its security architecture is actually sane (unlike Windows). OK, so a program can only execute in a users' home directory... well, that means it can still connect to the internet and join a botnet, spam people, act as a remote gateway, etc. Plus, once it's there, it can look for local exploits, which, I'm just guessing here, are probably about as common as Windows remote exploits, if not more.
Last time I checked *NIX machines were still some of the biggest targets for rootkits.
I would say *NIX gives you the ability to create a far more secure environment than Windows, and provides you with all the tools you need, but if you aren't a zen master, you are just as likely to set up an insecure Linux/BSD/etc box.
#5.4 +Octol on 27 Oct 2006 - 03:57
"You know what i mean though, the solution to viruses is better operating system engineering not any of this stuff intels planning "

Do you really believe that??

Operating systems are code, and smart people can and always will find ways to defeat code-based security. Especially when all they really need to defeat are - *ahem* - digitally challenged individuals.

Hardware, on the other hand, can be made absolutely secure. To dismiss such solutions out-of-hand is at best.........weird.
#5.5 Septimus on 27 Oct 2006 - 08:30
It still doesn't get around the fact that most virus cases are user stupidity.

You don't get many *nix viruses, not because of the OS, but the average *nix user is more of a geek and or nerd than the average mom/pop Windows user, and so know not to open random crap on the system.

Vista will be the same as *nix, but people will still be stupid enough to run funnscr.exe or whatever from an email, and then say to UAC yes it's trusted, here have my password.
#6 adam.mt on 26 Oct 2006 - 16:19
Windows security can be beefed up simply by the 'average joe' not running with administrator priviledges. That's what Linux does and where it's security comes from. And yes I know Windows still has holes even when the user is running with a limited account, but it's a big improvement and that's the point - changing the behaviour of the 'typical' user; if all Linux distros put the user as root admin, were used by the uneducated, and were more popular then they'd be big trouble there!
#7 adam.mt on 26 Oct 2006 - 16:20
Back to the story, sounds a good idea, but I'm guessing all software will need recoding to take proper advantage of this. Unsure how it would work otherwise.
#8 ahhell on 26 Oct 2006 - 16:23
That is a pretty bold statement.
#9 mircleman on 26 Oct 2006 - 16:30
lmao thats funny I put a blog up almost a year ago saying my company is doing the same thing and i got same reaction it cant be done etc etc... i'll say it again....OH YES IT CAN AND IT WILL BE
#10 +d4v1d04 on 26 Oct 2006 - 16:44
"Trusted Execution Technology" sounds a hell of alot like TCPA, which we all hate, right? I just hope I'm missing something here
#11 +cheesegoduk on 26 Oct 2006 - 17:07
Wait for it.. wait for it!!! Mcafee and Norton crying foul in 5.4.3.2.1....
(1 reply) #12 +M2Ys4U on 26 Oct 2006 - 17:37
As long as we can turn it off if we want to (from the BIOS probably) I'm all for it. I can see this being abused though, DRM and the such.
#12.1 Athernar on 26 Oct 2006 - 17:48
exactly, same sentiments for the TPM chip. just aslong as it is not expoited for the selfish gain (DRM) of the Music/Movie Industry.
#13 Al on 26 Oct 2006 - 17:57
They can expect a lawsuit from Symantec and McAfee for this . I wouldn't be surprised if the EU stepped in.
#14 zivan56 on 26 Oct 2006 - 18:39
I don't like the sound of "trusted," smells like another DRM push from them...
#15 boogerjones on 26 Oct 2006 - 19:30
Whatever. I remember Bill Gates saying that spam would be a thing of the past.
#16 EduardValencia on 26 Oct 2006 - 22:17
what happened with palladium tech by microsoft? will these 2 work unified?
#17 excalpius on 26 Oct 2006 - 22:33
This is only about one thing and one thing only...

DRM

You can tell how afraid they are of this by not even mentioning DRM as one of the advantages/target applications.

Ahem.
#18 excalpius on 26 Oct 2006 - 22:35
Oh, and this allows Intel to sell these chips for every device made, from keyboards to CPUs, of course.

And I'm sure the government under Bush is just going to love the idea of not being able to use keyloggers, etc., on us. Or, am I naive in assuming that this whole thing won't have a backdoor for their "exclusive" (until the codes are leaked) use?
(5 replies) #19 Noveed on 26 Oct 2006 - 23:12
theres a spelling mistake in thier, 1st line on the main page and 2nd line on this one ... It hould say intel and not inte

sry for being a grammer whatever...
#19.1 badazzEVO8 on 27 Oct 2006 - 00:27
maybe you should learn to spell before correcting others.....

'their'? 'hould'? 'sry'? 'grammer'?

#19.2 Noveed on 27 Oct 2006 - 01:19
Quote - badazzEVO8 said @ #19.1
maybe you should learn to spell before correcting others.....

'their'? 'hould'? 'sry'? 'grammer'?


wow, do i look even remotely bothered about my spelling or grammer, i dont give a toss, and i dont have to do anything, maybe you should just keep comments to yourself that have nothing to relate to this posting.
#19.3 badazzEVO8 on 27 Oct 2006 - 03:46
you misspelled 'grammer' again
#19.4 vetmarkjensen on 27 Oct 2006 - 12:32
Quote - Noveed said @ #19.2
wow, do i look even remotely bothered about my spelling or grammer, i dont give a toss, and i dont have to do anything, maybe you should just keep comments to yourself that have nothing to relate to this posting.
LMAO
"Comment of the Week" material, there!

Post an error-filled complaint about the article's errors, then post that golden reply.
#19.5 badazzEVO8 on 27 Oct 2006 - 19:21
Quote - markjensen said @ #19.4
LMAO
"Comment of the Week" material, there!

Post an error-filled complaint about the article's errors, then post that golden reply.



lol ya know
(1 reply) #20 hapbt on 27 Oct 2006 - 00:40
There are no remote exploits for the Apple ][e!
#20.1 RealFduch on 27 Oct 2006 - 20:39
Oh SHI-!!!
I'm switching this second!
I'll feel safe with Apple for once.
#21 strekship on 27 Oct 2006 - 02:37
I think most computer security issues could be resovled by educating people. As long as there are idiots that download anything they want and click ok to everything, we will have these sorts of problems.
#22 Neowave on 27 Oct 2006 - 13:18
Viruses were a thing of the past the second my Mac arrived lol Hopefully it will stay that way.
(1 reply) #23 ThePitt on 27 Oct 2006 - 15:53
Now I can see McAfee, Symantec, Kaspersky crying out laugh becuase INTEL take they job into the trash. Time to clean some other 'windows' somewhere else AV companies

Oh btw, this is just an "excuse" to make the DRM something common. Remember that
#23.1 guylaroche on 27 Oct 2006 - 17:28
And soon Intel will be facing huge fines from the EU for this kind of thing... "Preventing competition" or such like that.
#24 Mistwaver on 30 Oct 2006 - 17:38
Basically, what this means is computer users with a brain will have nothing to fear; while those who are retarded can still be infected.

Commenting has either been disabled on this article or you are not logged in. Click here to login or register, its free!

Note: Anonymous commenting is disabled in order to keep the quality of responses to a high standard.

Advertisement (Why?)