ThreatPinch Lite
Highlight and search IPv4, MD5, SHA2, CVE, FQDN or add your own ThreatIntel IOC. Use any REST API.
什麼是ThreatPinch Lite?
ThreatPinch Lite是由ThreatPinch開發的Chrome擴展程式,該擴展的主要功能是“Highlight and search IPv4, MD5, SHA2, CVE, FQDN or add your own ThreatIntel IOC. Use any REST API.”。
擴展截圖
下載ThreatPinch Lite擴展crx文件
下載ThreatPinch Lite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is the lite version of ThreatPinch for users which do not wish to use the on-hover popups. Custom Lookup Requests may not work if the APIs they connect to do not allow CORS requests. Please see ThreatPinch Lookup for more details: https://chrome.google.com/webstore/detail/threatpinch-lookup/ljdgplocfnmnofbhpkjclbefmjoikgke
擴展基本資訊
名稱 | ThreatPinch Lite |
ID | jcjcflihdgdhapkadakfahkplbafobbi |
官方網址 | https://chromewebstore.google.com/detail/threatpinch-lite/jcjcflihdgdhapkadakfahkplbafobbi |
簡介 | Highlight and search IPv4, MD5, SHA2, CVE, FQDN or add your own ThreatIntel IOC. Use any REST API. |
檔案大小 | 3.6 MB |
安裝次數 | 81 |
目前版本 | 3.0.6 |
更新時間 | 2022-10-27 |
上架時間 | 2018-10-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ThreatPinch |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://cloudtracer.github.io/threatpinch/privacy.txt |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ThreatPinch Lite", "short_name": "ThreatPinchLite", "version": "3.0.6", "manifest_version": 2, "description": "Highlight and search IPv4, MD5, SHA2, CVE, FQDN or add your own ThreatIntel IOC. Use any REST API.", "homepage_url": "http:\/\/www.ThreatPinch.com", "icons": { "16": "icons\/logo-tp16.png", "48": "icons\/logo-tp48.png", "128": "icons\/logo-tp128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/logo-tp48.png", "default_title": "ThreatPinch Lookup", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "https:\/\/api.passivetotal.org\/", "https:\/\/www.virustotal.com\/", "contextMenus", "storage", "unlimitedStorage" ], "web_accessible_resources": [ "icons\/ThreatPinch\/*", "icons\/*", "src\/options\/options.html", "src\/options\/wizard.html", "src\/options\/index.html", "fonts\/owf\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.threatminer.org https:\/\/api.passivetotal.org https:\/\/cymon.io https:\/\/www.virustotal.com https:\/\/api.xforce.ibmcloud.com https:\/\/api.shodan.io https:\/\/www.censys.io 'unsafe-eval'; object-src 'self'" } |