zerohour-phishing-detection / zpd-server

Code and test data for anti-phishing tool: A decision-support tool for experimentation on zero-hour phishing detection
Creative Commons Attribution 4.0 International
2 stars 0 forks source link

Gcloud vision logo detection #35

Closed TPGamesNL closed 6 months ago

TPGamesNL commented 6 months ago

Adds google cloud vision logo detection as another option of finding logos online.

Authentication should be done by adding a .gcloud_creds.json file in the main zdp-server folder (or wherever you'll be running the server from).

TPGamesNL commented 6 months ago

btw current approach of using text search for converting from brandname to domain is also what the other paper does

TPGamesNL commented 6 months ago

rough performance stats: takes 0.5-2 sec per image, for full process (logo detection + brandname to domain via text search)

previous method took more like 20 seconds

TPGamesNL commented 6 months ago

ready for review