EDR: How to Manually Check or Edit the NGINX IP Filter List
book
Article ID: 285157
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
To access, or "allow" and "deny", IP addresses for the EDR Server
Environment
- EDR Server 6.x: On Premise
Resolution
- Open /var/cb/nginx/props/nginx.runtime.ipfilters.prop in your choice of text editor
- Add or restrict IP addresses as necessary
allow 192.168.0.0/16;
allow 172.10.0.0/12;
allow 10.0.0.0/8;
allow 127.0.0.0/8;
deny all;
Feedback
thumb_up
Yes
thumb_down
No