Imunify360

From Wiki
Revision as of 15:05, 20 June 2024 by Qljca (talk | contribs) (Created page with "==Imunify360 status/restart== <pre> service imunify360 restart service imunify360 status </pre> ==Logs== <pre> /var/log/imunify360/console.log /etc/apache2/logs/modsec_audit.log /usr/local/apache/logs/modsec_audit.log </pre> ==Disable ModSec rule== <pre> imunify360-agent rules disable --id 11111 --plugin modsec --domain 'DOMAIN' --name </pre> ==Whitelist domain== <pre>imunify360-agent whitelist domain add DOMAIN<pre> ==Whitelist IP== <pre> imunify360-agent whitelist...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Imunify360 status/restart

service imunify360 restart
service imunify360 status

Logs

/var/log/imunify360/console.log
/etc/apache2/logs/modsec_audit.log
/usr/local/apache/logs/modsec_audit.log

Disable ModSec rule

imunify360-agent rules disable --id 11111 --plugin modsec --domain 'DOMAIN' --name 

Whitelist domain

imunify360-agent whitelist domain add DOMAIN<pre>

==Whitelist IP==
<pre>
imunify360-agent whitelist ip add IP
imunify360-agent create-rbl-whitelist

Remove IP from blacklist

imunify360-agent blacklist ip delete IP

Ignore a file

imunify360-agent malware ignore add /home/USER/file