Issue
An IP has been locked by Imunify360. How to add IP to the White List?
Environment
- Imunify360
Solution
- You can whitelist an IP using the commands below. The second command applies it to the RBL list:
imunify360-agent ip-list local add --purpose white 1.2.3.4
imunify360-agent create-rbl-whitelist
- To add multiple IP addresses, use the external whitelist method
- To use the 'expiration' parameter, provide the time when an IP address has to be removed from the whitelist as the parameter value. The time must be provided in the Unixtime format. The Unix epoch is a reference point in time commonly used in Unix-like operating systems to measure time in seconds since January 1, 1970, at 00:00:00 UTC. You can use any Unix calculator on websites. For example:
https://www.vultr.com/resources/unix-time-calculator/
Links
- https://docs.imunify360.com/dashboard/#how-to-add-ip-manually
- https://docs.imunify360.com/dashboard/#how-to-move-ip-from-the-black-list-to-the-white-list
- https://docs.imunify360.com/command_line_interface/#whitelist
- https://docs.imunify360.com/features/#external-black-whitelist-management
Comments
0 comments
Please sign in to leave a comment.