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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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}" } } } |