Imunify360 CLI Options
Imunify360 provides a GUI for most of its functionality; using their CLI can make certain operations quicker by eliminating repetitive tasks that can be handled with a single CLI command.
Firewall Options
Section titled “Firewall Options”List IP Status
Section titled “List IP Status”imunify360-agent ip-list local list --by-ip 1.2.3.4Replace 1.2.3.4 with the IP address you want to check.
List System Dropped IPs
Section titled “List System Dropped IPs”imunify360-agent ip-list local list --purpose dropList System Captcha IPs
Section titled “List System Captcha IPs”imunify360-agent ip-list local list --purpose captchaWhitelist IP
Section titled “Whitelist IP”imunify360-agent ip-list local add --purpose white 1.2.3.4 --comment "comment" --full-accessRemove Whitelisted IP
Section titled “Remove Whitelisted IP”imunify360-agent ip-list local delete --purpose white 1.2.3.4Drop IP
Section titled “Drop IP”imunify360-agent ip-list local add --purpose drop 1.2.3.4 --comment "comment"Remove Dropped IP
Section titled “Remove Dropped IP”imunify360-agent ip-list local delete --purpose drop 1.2.3.4Captcha IP
Section titled “Captcha IP”imunify360-agent ip-list local add --purpose captcha 1.2.3.4 --comment "comment"Remove Captcha IP
Section titled “Remove Captcha IP”imunify360-agent ip-list local delete --purpose captcha 1.2.3.4Malware Options
Section titled “Malware Options”List On Demand Scans
Section titled “List On Demand Scans”imunify360-agent malware on-demand listCheck Scheduled Scan Status
Section titled “Check Scheduled Scan Status”imunify360-agent malware on-demand statusClear Scan Queue
Section titled “Clear Scan Queue”imunify360-agent malware on-demand stop --all