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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pulsedive.com และคุณลักษณะหลักของมันคือ "Highlight IPs, domains, and URLs on any website to enrich them using Pulsedive's free threat intelligence data set."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pulsedive Threat Intelligence
ดาวน์โหลดไฟล์ส่วนขยาย 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}" } } } |