Pulsedive Threat Intelligence
Highlight IPs, domains, and URLs on any website to enrich them using Pulsedive's free threat intelligence data set.
什么是Pulsedive Threat Intelligence?
Pulsedive Threat Intelligence是由https://pulsedive.com开发的Chrome扩展程序,该扩展的主要功能是“Highlight IPs, domains, and URLs on any website to enrich them using Pulsedive's free threat intelligence data set.”。
扩展截图
下载Pulsedive Threat Intelligence扩展crx文件
下载Pulsedive Threat Intelligence扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pulsedive is a free analyst-centric threat intelligence platform that offers comprehensive, enriched threat intelligence from user submissions and threat intelligence feeds, equating to more than 35 million searchable IOCs, completely free, at pulsedive.com. Streamline your research by using the Pulsedive extension to highlight IPs, domains, and URLs on any website to enrich them with Pulsedive's threat intelligence data set. Additionally, click the extension button to retrieve domain information for the website you're visiting. FEATURES: - Retrieve high-level IOC summaries with key context, like observed risk factors, registration events, and associated threats - Query Pulsedive's entire data set, including ports, protocols, web technologies, HTTP headers, meta tags, WHOIS data, SSL certificates, redirects, and much more - Scan IOCs to fetch live screenshots, HTTP header data, SSL certificate information, meta tags, and more - Easily dive deeper and pivot on insights by opening in Pulsedive's community platform - One-click submit to contribute new intelligence to the global community
扩展基本信息
名称 | Pulsedive Threat Intelligence |
ID | gdbemlfgncdmmljmkkcemfedbbfgghcp |
官方URL | https://chromewebstore.google.com/detail/pulsedive-threat-intellig/gdbemlfgncdmmljmkkcemfedbbfgghcp |
简介 | Highlight IPs, domains, and URLs on any website to enrich them using Pulsedive's free threat intelligence data set. |
文件大小 | 20.27 KB |
安装次数 | 2,351 |
当前版本 | 2.2 |
更新时间 | 2023-01-11 |
上架时间 | 2018-08-18 |
评分 | 5.00/5 共28次评分 |
开发者 | https://pulsedive.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pulsedive.com/ |
帮助页面URL | https://pulsedive.com/contact |
隐私政策页面URL | https://pulsedive.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pulsedive Threat Intelligence", "short_name": "Pulsedive", "description": "Highlight IPs, domains, and URLs on any website to enrich them using Pulsedive's free threat intelligence data set.", "version": "2.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ "options.html" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js", "analysis.js" ], "css": [ "style.css" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "Highlight an IOC to enrich." }, "permissions": [ "activeTab", "storage", "https:\/\/pulsedive.com\/" ], "applications": { "gecko": { "id": "{8f7593a5-a5fd-40b1-8e02-7e62c37bcf61}" } } } |