Search found 1 match

by saurabhnsonar
05 Nov 2013, 06:17
Forum: General Discussion (csf)
Topic: Block certain suspicious files
Replies: 1
Views: 2004

Block certain suspicious files

I have got alert form csf regarding suspicious file bc. pl on the server with the following content. #!/usr/bin/perl use Socket; $iaddr=inet_aton($ARGV[0]) || die("Error: $!\n"); $paddr=sockaddr_in($ARGV[1], $iaddr) || die("Error: $!\n"); $proto=getprotobyname('tcp'); socket(SOCK...