fuzzylogic
- Total activity 235
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 81
Comments
Recent activity by fuzzylogic-
Where to start... The email with the contents you posted would have had an email subject of... lfd on host.name.com: Suspicious process running under user username lfd Excessive Resource Usage war...
-
Another option is a shell script. This is tested and working. Create file /usr/local/custom/cphulklogger with file permissions 755 with contents as below. #!/bin/sh exptime=$(printf "%q" $1) curre...
-
Another option... /usr/bin/printf '%s\n' '%exptime% - MaxAllowedFails: %max_allowed_failures% - CurrentFails: %current_failures% - ExcessiveFails: %excessive_failures% - Reason: %reason% - Remote-I...
-
You may want to simplify things till something works. 1) Create the log file on the same drive/mnt as the cPanel installation 2) Create the file.log in advance 3) Make sure it is writable 4) Start...
-
The cphulk documentation says... "The full path to a command that you want the system to run when an IP address" So maybe try... /usr/bin/echo "teststring2 and %remote_ip%" >> /home/username/public...
-
From cPHulk Brute Force Protection - Version 74 Documentation - cPanel Documentation [QUOTE]The full path to a command that you want the system to run when the system blocks an IP Have you tried /...
-
What is the output of echo "teststring" What is the output of echo --version What is the output of which echo And are you issuing these commands as root user?
-
Is this working? echo "teststring" >> /path/to/file.log Then is this working? echo "teststring and $(date)" >> /path/to/file.log Then is this working? echo "teststring and $(yourvariable)" >> /pa...
-
As a matter of interest, if you research the owners of IPs behaving badly I would be interested in the numbers/percentages you find that are in fact listed public proxies or owned by telcos (possib...
-
I think you are misunderstanding LF_PERMBLOCK. It is a way to add a repeat temporary block offender to the csf.deny file. If LF_PERMBLOCK_COUNT temp blocks in LF_PERMBLOCK_INTERVAL period then add ...