Hi,
I am looking to run analytics and see if any domains that our users are going to domains that are on the safebrowser list. Since there will be a lot of queries, I'd like to download the list and run them locally. I was looking at the documentation for v4 and it's not clear to me how to set up the local database so that you can fetch the list. I have the safebrowsing Go package installed and ran the test - it seems to be working but am not sure how to move forward from there. I guess I'm a little confused about how to set up this up, fetch the data, and when I would use the proxy server redirector. Do I need to create a sqlite db? And to fetch do I use something like:
{
"client": {
"clientId": "name",
"clientVersion": "1.5.2"
},
"listUpdateRequests": [{
"threatType": "MALWARE",
"platformType": "WINDOWS",
"threatEntryType": "URL",
"state": "",
}
}]
}At this time I don't want to run with contraints. My apologies for the basic question, I've never worked with safebrowsing before and I'd really like to learn.
Thanks,
Jenn