Sponsored Content
Full Discussion: Anti hack software search
Operating Systems BSD Anti hack software search Post 302537895 by braveh4rt on Monday 11th of July 2011 03:07:06 AM
Old 07-11-2011
Quote:
Originally Posted by patlee
Hi there

I'm looking for anti hack software. I want a few types.

1. User monitoring. If anyone tries to login 3 or more times with the wrong info.. that user should be cut off for 15 minutes

2. Permanent IP Blocking - it would be great to have a user friendly/faster method of Permanent IP blocking - currently I edit the hosts allow.

Any suggestions for Unix FreeBSD would really be appreciated.

Pat Lee
You can do it in BSD.
Try bruteblock in the ports. It can monitoring the log of a service, like ftp, ssh.
If the Ip logged to be error login, for how many time you specify in any hour / day, you can block it for as long as you want.

it works using ipfw or PF, you can chose ..

hope helps
 

4 More Discussions You Might Find Interesting

1. Solaris

Where i have to search for software ?

What is the places where i can search for ports or software for Sun Solaris ?, im new to this OS , and i like it and i like its Java desktop but i cant find a software like which i was use in FreeBSD? so can i use BSD ports ? or there is a place i can search for ports in ?, btw i got SUN companion... (2 Replies)
Discussion started by: XP_2600
2 Replies

2. Windows & DOS: Issues & Discussions

What is Your Favorite Anti-Virus Software for Windows at Home?

I used to have trendmicro I used it for free when I worked with a previous company, when I left I had to uninstall it and switched to using Zone Alarm. I tell you on some days I really want to pull my hair out when my PC really works like a snail and sometimes really so unresponsive for up to... (20 Replies)
Discussion started by: sparcguy
20 Replies

3. Cybersecurity

Anonymous published Sentinel counter-hack anti-cyberterrorism training ISO – Computer

Anonymous published Sentinel counter-hack anti-cyberterrorism training ISO image - Computerworld Blogs The link in their twitter doesn't work any more. https://twitter.com/#!/AnonymousIRC/status/85134355659374593 Anyone know for any link to this iso? maybe server outside the US? ... (1 Reply)
Discussion started by: programAngel
1 Replies

4. Linux

Anti-virus Software Question For Linux

Greetings To All! I am new in supporting Linux and recently I was tasked to find out the following information and am not sure how to find the answers, hence this posting... I am running Redhat Enterprise Server 5.4 I realize this is a Redhat specific question, but it pertains to all of our... (7 Replies)
Discussion started by: Rob Sandifer
7 Replies
ISOINFO(8)						      System Manager's Manual							ISOINFO(8)

NAME
devdump, isoinfo, isovfy, isodump - Utility programs for dumping and verifying iso9660 images. SYNOPSIS
devdump isoimage isodump isoimage isoinfo [ -d ] [ -h ] [ -R ] [ -J ] [ -j charset ] [ -f ] [ -l ] [ -p ] [ -T sector ] [ -N sector ] [ -i isoimage ] [ -x path ] isovfy isoimage DESCRIPTION
devdump is a crude utility to interactively display the contents of device or filesystem images. The initial screen is a display of the first 256 bytes of the first 2048 byte sector. The commands are the same as with isodump. isodump is a crude utility to interactively display the contents of iso9660 images in order to verify directory integrity. The initial screen is a display of the first part of the root directory, and the prompt shows you the extent number and offset in the extent. You can use the 'a' and 'b' commands to move backwards and forwards within the image. The 'g' command allows you to goto an arbi- trary extent, and the 'f' command specifies a search string to be used. The '+' command searches forward for the next instance of the search string, and the 'q' command exits devdump or isodump. isoinfo is a utility to perform directory like listings of iso9660 images. isovfy is a utility to verify the integrity of an iso9660 image. Most of the tests in isovfy were added after bugs were discovered in early versions of mkisofs. It isn't all that clear how useful this is anymore, but it doesn't hurt to have this around. OPTIONS
Only the isoinfo program has any command line options. These are: -h print a summary of all options. -d Print information from the primary volume descriptor (PVD) of the iso9660 image. This includes information about Rock Ridge and Joliet extensions if present. -f generate output as if a 'find . -print' command had been run on the iso9660 image. You should not use the -l image with the -f option. -i iso_image Specifies the path of the iso9660 image that we wish to examine. -l generate output as if a 'ls -lR' command had been run on the iso9660 image. You should not use the -f image with the -l option. -N sector Quick hack to help examine single session disc files that are to be written to a multi-session disc. The sector number specified is the sector number at which the iso9660 image should be written when send to the cd-writer. Not used for the first session on the disc. -p Print path table information. -R Extract information from Rock Ridge extensions (if present) for permissions, file names and ownerships. -J Extract information from Joliet extensions (if present) for file names. -j charset Convert Joliet file names (if present) to the supplied charset. See mkisofs(8) for details. -T sector Quick hack to help examine multi-session images that have already been burned to a multi-session disc. The sector number specified is the sector number for the start of the session we wish to display. -x pathname Extract specified file to stdout. AUTHOR
Eric Youngdale <ericy@gnu.ai.mit.edu> or <eric@andante.jic.com> is to blame for these shoddy hacks. Patches to improve general usability would be gladly accepted. BUGS
The user interface really sucks. FUTURE IMPROVEMENTS
These utilities are really quick hacks, which are very useful for debugging problems in mkisofs or in an iso9660 filesystem. In the long run, it would be nice to have a daemon that would NFS export a iso9660 image. The isoinfo program is probably the program that is of the most use to the general user. AVAILABILITY
These utilities come with the mkisofs package, and the primary ftp site is tsx-11.mit.edu in /pub/linux/BETA/cdrom/mkisofs and many other mirror sites. Despite the name, the software is not beta. SEE ALSO
mkisofs(8) Version 2.0 02/12/24 ISOINFO(8)
All times are GMT -4. The time now is 05:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy