junv / safebrowsing

Python Module: Google Safe Browsing Lookup v4
11 stars 5 forks source link

detection malicious url ,which produced the error information where i see #2

Open Deniece-long opened 6 years ago

Deniece-long commented 6 years ago

I had executed safebrowsing.py. the sentence is resp = sb.threat_matches_find('ihaveaproblem.info'). so the results show {u'matches': [{u'threatType': u'SOCIAL_ENGINEERING', u'threatEntryType': u'URL', u'platformType': u'ANY_PLATFORM', u'threat': {u'url': u'ihaveaproblem.info'}, u'cacheDuration': u'300s'}]}.I want to know the detection urls where i'm write. and the malicious urls produce error infromation where seeing.