简体   繁体   English

安全浏览API v4。 - 空响应

[英]Safe Browsing API v4. - Empty response

I have implemented Safe Browsing API. 我已经实现了安全浏览API。 I have domains that are declared as phishing domains. 我有域名被声明为phishing域名。 I have tested them and as the response I get empty array. 我测试了它们,作为响应,我得到了空数组。

My question is, does google safe browsing API has type PHISHING anymore? 我的问题是,谷歌安全浏览API是否已经类型为PHISHING I have fetched the safe browsing list but I have only find those types: 我已经获取了安全浏览列表,但我只找到了这些类型:

MALWARE , MALWARE
UNWANTED_SOFTWARE , UNWANTED_SOFTWARE
SOCIAL_ENGINEERING , SOCIAL_ENGINEERING
POTENCIALLY_HARMFUL_APPLICATION

Now I'm concerned because I can't test my domains on type phishing . 现在我很担心,因为我无法在类型网络钓鱼上测试我的域名。

Does anyone knows anything about this? 有谁知道这件事?

Social engineering is a newer term for what people used to call phishing. 社交工程是人们过去称之为网络钓鱼的新术语。

With phishing you think of the traditional e-mail that tries to lure someone onto a specific website, resp. 通过网络钓鱼,您会想到传统的电子邮件,试图引诱某人访问特定的网站。 a fake clone of it, to input their login credentials or perform certain actions. 它的假克隆,输入登录凭据或执行某些操作。

Social engineering is a little broader, and includes other forms of getting people to perform certain actions – might be phone calls, etc. The main part is that the attacker uses information gathered about the person/company that make their request seem genuine. 社交工程有点广泛,包括让人们执行某些操作的其他形式 - 可能是电话等。主要部分是攻击者使用收集的有关个人/公司的信息,使他们的请求看起来是真实的。 (Fe employees wiring large amounts of money into foreign accounts because they thought it was their boss instructing them to do so is the kind of case that's making headlines recently.) (Fe员工将大量资金汇入国外账户,因为他们认为是他们的老板指示他们这样做是最近成为头条新闻的那种情况。)

So it looks like Google just change the name here, to better reflect what the category (Google calls it “threat types”) represents. 所以看起来Google只是在这里更改名称,以更好地反映该类别(Google称之为“威胁类型”)所代表的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM