开源还是免费的间谍软件/恶意软件检测?
我正在构建一个系统来控制我公司广告的放置位置。我们担心的是目标页面上可能存在恶意代码。是否有任何图书馆/数据库/系统可以检测此内容并且是开源或免费的?
〜镇静剂
I'm building a system to control where my company's ads are placed. Amongst our concerns are potentially malicious code on the target page. Is there any library / database / system that can detect this content and is either open source or free?
~downer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这种情况下,您可以查看 Google 的安全浏览 API:
单一搜索:
http://www.google.com/safebrowsing/diagnostic?site=www.example.com
注册 API 密钥:
http://code.google.com/apis/safebrowsing/key_signup.html
In this case, you could look at Google's Safe Browsing API:
Single search:
http://www.google.com/safebrowsing/diagnostic?site=www.example.com
Signup for API key:
http://code.google.com/apis/safebrowsing/key_signup.html
据我了解,您只是想确保您公司的广告不会出现在提供恶意软件/间谍软件的页面上。
如前所述,google api 可用于查询 Safebrowsing 数据库。此外,如果将要运行您的营销活动的营销公司可以为您提供目标页面列表,您还可以使用 McAfee Site Advisor。两张检查比一张好。
网站顾问:http://www.siteadvisor.com/websecurity/index.html
From what I understand, you just want to make sure that your company's ad does not appear on the pages that are serving malware/spyware.
As mentioned earlier, google api can be used for querying Safebrowsing database. Also, if the marketing company who is going to be running your campaign can provide you the the list of target pages, you can additionally use McAfee Site advisor. Two checks are better than one.
Site Advisor: http://www.siteadvisor.com/websecurity/index.html