Forum Discussion
URL Blocking incidents and action log
- May 07, 2020
PhilTappUK I was trying to do it from the Alert, not the page. Just saw you can do it in a better fashion on the page. Thank you.
Hi,
Based on your question you want to detect mentioned URL accessed and not to block it. (Without generating alerts which cause noise)
from WDATP prospective, It can be achieved if you created "detection rule" in the Advance Hunting
USE THE QUERY BELOW TO GENERATE DETECTION RULE (DROPBOX AS EXAMPLE OF IOC FOR TESTING)
// THIS QUERY WILL IDENTIFY IF THERE WAS HIT TO IOC DOMAIN FOR LAST 7 DAYS WITH COUNT OF 3 OR MORE.
But I will highly recommend to use your company DNS solution or Web Proxy instead for this requirement.
To detect the way I see it you can meet your requirement with support of your SIEM.
1- If WDATP Integrated, you can easily create dashboard/reporting for the accessed websites.
2- If not, you can achieve the same with proxy/dns logs.
I hope that will help you.