Archive for the ‘oneha|f Lab’ Category

h1

automating the snort IDS in FreeBSD

March 4, 2009

Currently I am into automating the process of installing and configuring snort in FreeBSD. I have developed a small script which installs and configures Snort, MySql, Apache, PHP, ADODB and Base console in FreeBSD. Currently I have written the following scripts:

1) start.sh -> creates all necessary directories and users

2) deps.sh -> installs dependencies like libpcap, pcre, libxml2

3) mysql.sh -> installs mysql

4) snort.sh -> installs snort and updates the rules

5) create_snortdb.sh -> creates snort db schema and confifures acl’s for accessing

6) apachephp.sh -> installs apache, php and mod security

right now I am into developing scripts for updating configuration files too.. like after you install all the above you need to manually modify snort.conf, httpd.conf;etc for settings..

i am also developing a model to secure the entire ids by hardening FreeBSD, MySQL, Apache;etc and distributed IDS

will update soon !!!

h1

spyware signature file

September 24, 2008

 

I am writing a small spyware removal software in VC++ and in ASM … currently I am writing a module to build the signature database and methods to retrieve informations from the DB … while doing this work I came across a good website which has excellent information about the spywares and it is www.spywaredb.com … it has lots of information about many spywares … I am totally using it and it’s very useful …

 

more information about my new software can be obtained from sector Zero, which acts for tools from oneha|f lab …