Hi,
We noticed that some legitimate services are not included in the global whitelist available at:
As a result, Imunify360 may classify them as bots and present a CAPTCHA or splash screen, which can break migrations or webhook.
I'd like to suggest adding the following IPs/ranges to the global whitelist.
Migrate Guru
These IPs were identified by us as they don't have a public list but it is a well-known Wordpress plugin:
5.9.68.59
157.90.95.115
157.90.95.102
We currently whitelist them locally with:
imunify360-agent ip-list local add --purpose white 5.9.68.59 --comment "Migrate Guru"
imunify360-agent ip-list local add --purpose white 157.90.95.115 --comment "Migrate Guru"
imunify360-agent ip-list local add --purpose white 157.90.95.102 --comment "Migrate Guru"
Brevo Webhooks
Official published IP ranges: https://help.brevo.com/hc/en-us/articles/15127404548498
1.179.112.0/20
172.246.240.0/20
We currently whitelist them locally with:
imunify360-agent ip-list local add --purpose white 1.179.112.0/20 --comment "Brevo Webhook"
imunify360-agent ip-list local add --purpose white 172.246.240.0/20 --comment "Brevo Webhook"
Hopefully these can be added to the global whitelist so other users don't have to whitelist them manually.
Thanks
We noticed that some legitimate services are not included in the global whitelist available at:
As a result, Imunify360 may classify them as bots and present a CAPTCHA or splash screen, which can break migrations or webhook.
I'd like to suggest adding the following IPs/ranges to the global whitelist.
Migrate Guru
These IPs were identified by us as they don't have a public list but it is a well-known Wordpress plugin:
5.9.68.59
157.90.95.115
157.90.95.102
We currently whitelist them locally with:
imunify360-agent ip-list local add --purpose white 5.9.68.59 --comment "Migrate Guru"
imunify360-agent ip-list local add --purpose white 157.90.95.115 --comment "Migrate Guru"
imunify360-agent ip-list local add --purpose white 157.90.95.102 --comment "Migrate Guru"
Brevo Webhooks
Official published IP ranges: https://help.brevo.com/hc/en-us/articles/15127404548498
1.179.112.0/20
172.246.240.0/20
We currently whitelist them locally with:
imunify360-agent ip-list local add --purpose white 1.179.112.0/20 --comment "Brevo Webhook"
imunify360-agent ip-list local add --purpose white 172.246.240.0/20 --comment "Brevo Webhook"
Hopefully these can be added to the global whitelist so other users don't have to whitelist them manually.
Thanks
Comment