Tried to define 'rootkit'

After being fiercely criticized for the rootkit scandal inside Norton SystemWorks, Symantec urgently called on the entire security industry to soon build a standard concept to define what "rootkits" are.

Tried to define 'rootkit' Picture 1 Photo: Linux-magazine

This move is similar to the previous Anti-Spyware Association (APC) attempting to build a conceptual function specific to spyware, as well as features to identify them.According to Symantec's development director, it is likely that this initiative will be submitted to IT-ISAC, a forum of security businesses and experts to create an open forum.

According to the prevailing concept, rootkits are a set of tools that hackers use to hide malicious files and software inside a loophole computer system.However, up to this point, people still argue strongly about whether it is possible to equate all software that uses the "concealment" trick as a rootkit.

The true meaning of Rootkit, an important reason for Symantec, is that this reputable security software company doesn't want to step back on Sony BMG Music's crash, not wanting to be considered a second Sony BMG.(The record company has secretly installed anti-piracy software - a type of rootkit into the marketed CDs.)

Experts agree that Sony's software is much more dangerous than Symantec's product, and Sony's original engine is just using this hidden trick to tighten digital rights management rather than win. Control of user computers.However, its nature is still very close to rootkits.

Tried to define 'rootkit' Picture 2 Photo: Gameshout

The most difficult thing now is based on what criteria to define rootkits, according to technical standards or in terms of social impact.

While Mark Russinovich, who became famous after shedding light on Sony's scandal rootkit, argued that "motivation" should not be taken into account, according to Symantec, if the software author had an intention Dark, their products were also able to rank as rootkits.

McAfee, another well-known security firm, also believes it is time to come up with a standard definition for rootkits, because the public is confused between Sony's case and the latest Symantec scandal.

While these kinds of efforts can be helpful for IT pro, in fact, in terms of universal users, it doesn't have much effect.Whether or not a standard definition will be difficult to change the way society uses it and refers to the term in a grim and apprehensive way.

Thien Y

4 ★ | 1 Vote

May be interested

  • 'Rootkit + Trojan = Increased danger''Rootkit + Trojan = Increased danger'
    security firm sana security is currently warning users of a new type of programmed malware aimed at stealing usernames and passwords.
  • Six Rootkit detectors protect your systemSix Rootkit detectors protect your system
    the concept of rootkits is not something new. it returned with the days of unix. intruders can use a popular unix toolkit, recompile, allowing them to administer, owning root access without leaving a trace
  • 6 steps to have a safer computer6 steps to have a safer computer
    this article, gives readers a new and more complete view of security. from there, people can build a safe strategy for their computers at the lowest cost, even for free.
  • Class (Class) in C #Class (Class) in C #
    when you define a class in c #, you define a blueprint for a data type. this does not really define any data, but it defines the meaning of that class name. that is, what an object of that class consists of, what activities can be performed on that object.
  • New malware targets Windows 64-bitNew malware targets Windows 64-bit
    according to kaspersky lab, rootkit writers have begun exploiting a vulnerability to bypass patchguard protection built into 64-bit versions of windows.
  • Union in CUnion in C
    a union is a special data in c language that allows you to reserve different data types in the same memory. you can define union with a lot of parameters, but only one component contains values ​​at a time. union provides an effective way to use a device for multiple purposes.
  • Keyword typedef in CKeyword typedef in C
    the c program language provides a typedef keyword, which you can use to provide the type for a new name. here is an example to define a byte entry for 1-byte numbers (like unsigned char).
  • 5 best free security tools you may not know yet5 best free security tools you may not know yet
    you may already know that online security is important, but you use the right security tool. different online attacks target computers every minute a day and although standard anti-virus software is very good, they are not designed to solve everything.
  • Preprocessor directive in C #Preprocessor directive in C #
    preprocessor directive directives provide instructions to the compiler to preprocess the information before the actual compilation process begins. all preprocessor directives in c # start with #, and only white-space characters can appear before a preprocessor directive in a line. preprocessor directives in c # are not commands, so they do not end with a semicolon (;).
  • Python functions are user definedPython functions are user defined
    besides the built-in python functions, you can also define python functions yourself, these functions are called user-defined functions (python). what are the benefits of using these self-defined functions, the best way to define functions in python, we'll learn in this python lesson.