Threat Analytics Search
Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text.
Threat Analytics Search란 무엇입니까?
Threat Analytics Search은(는) https://criticalstart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text."입니다.
확장 프로그램 스크린샷
Threat Analytics Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Threat Analytics Chrome Extension is a tool for Security Analysts, Malware Hunters, and Incident Responders. This extension enables you to use the Context Menu (right click menu) in Chrome to conduct single or group searches for selected text. Most useful scenarios are when you need to search a File Hash, IP Address or Domain across multiple websites at once. The only requirement is that the Website you are searching provides a way to send parameters either using GET or POST requests. This extension supports both mechanisms. Threat Analytics is focused on using information to make decisions during event analysis about assets in your organization. During our work with customers, our analysts often use the same websites repeatedly to gather information about File Hashes, IP Addresses, Domains etc. Also integrates with RSA Security Analytics, NetWitness Investigator, and Carbon Black. Also supports encoding when the website you are using for your research requires Base64 encoded parameters. This extension is fully Open Source under Apache 2 license and developed/maintained on GitHub here https://github.com/AdvancedThreatAnalytics/threat-analytics-search
확장 프로그램 기본 정보
이름 | Threat Analytics Search |
ID | eliokoocofjemjjohafbmhmgjmedomko |
공식 URL | https://chromewebstore.google.com/detail/threat-analytics-search/eliokoocofjemjjohafbmhmgjmedomko |
설명 | Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text. |
파일 크기 | 5.75 MB |
설치 횟수 | 2,160 |
현재 버전 | 5.1.1 |
최근 업데이트 | 2021-11-24 |
출시 날짜 | 2019-08-26 |
평점 | 4.88/5 총 17 개의 평점 |
개발자 | https://criticalstart.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.criticalstart.com |
도움말 페이지 URL | https://github.com/AdvancedThreatAnalytics/threat-analytics-search/issues |
개인정보 보호 정책 페이지 URL | https://www.criticalstart.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "name": "Threat Analytics Search", "manifest_version": 3, "version": "5.1.1", "icons": { "16": ".\/images\/icon_16.png", "32": ".\/images\/icon_32.png", "48": ".\/images\/icon_48.png", "128": ".\/images\/icon_128.png" }, "description": "Use the Context Menu (right click menu) in the browser to conduct single or group searches for selected text.", "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "alarms", "contextMenus", "notifications", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpwQdswwbWCDVkWd4XMJ1nxuzZYNmgnturk8DeuZgc85IPRiLyg5TTQKgSVjGU2s\/i8a3qB\/RsmMw7LR2V8f2L0z4qUO2CX3UfqeOtJMv1MkcUPTYBj7bOGe5sj4bFtKFMBD2YiSizlIFkFe63q0fr1QX6eF3DCBpgheYUTfmkzQIDAQAB", "homepage_url": "http:\/\/www.criticalstart.com\/company\/", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |