Release : 15.7
Component :
Under certain proxied traffic scenarios HTTP traffic may be directed to the local host interface on the endpoint. We do not monitor this by default.
1. On endpoint, open cg.ead using vontu_sqlite3 tool
2. Run this query:
====================================================
insert into configuration values ('NetworkMonitor',
'ENABLE_LOOPBACK_MONITORING',
'int',1);
====================================================
3. Restart DLP agent
4. Test the scenario and see if incidents are generated.
Please note the steps above are only for validation purposes, and should not be deployed in production. Loopback monitoring will be supported in a future release.
Loopback monitoring is scheduled to be supported in 15.8. No previous versions are targeted for this fix at this time.