Recorded Future
The Recorded Future Browser Extension provides real-time threat intelligence that is just a click away in any web-based application.
Recorded Future란 무엇입니까?
Recorded Future은(는) https://www.recordedfuture.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Recorded Future Browser Extension provides real-time threat intelligence that is just a click away in any web-based application."입니다.
확장 프로그램 스크린샷
Recorded Future 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Layering threat intelligence over existing security solutions helps teams make more confident decisions faster. With up-to-the-minute risk scores and transparent evidence behind that score presented directly on the web page, teams can easily see what indicators need attention first, helping them prioritize their already limited time for maximum impact. With a Core or Advanced license, users can pivot from the browser extension into the Recorded Future portal for further analysis. Use the browser extension on top of: • SIEM data for faster triage • Vulnerability scan results to prioritize patching • Suspicious emails to uncover potential phishing details • File reputation services reports to speed up malware analysis • Articles, news sources, or emails to distill important points quickly
확장 프로그램 기본 정보
이름 | Recorded Future |
ID | cdblaggcibgbankgilackljdpdhhcine |
공식 URL | https://chromewebstore.google.com/detail/recorded-future/cdblaggcibgbankgilackljdpdhhcine |
설명 | The Recorded Future Browser Extension provides real-time threat intelligence that is just a click away in any web-based application. |
파일 크기 | 666 KB |
설치 횟수 | 14,118 |
현재 버전 | 6.1.3 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2020-07-04 |
평점 | 4.77/5 총 22 개의 평점 |
개발자 | https://www.recordedfuture.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.recordedfuture.com |
도움말 페이지 URL | https://community.recordedfuture.com/customer/portal/articles/2177278 |
개인정보 보호 정책 페이지 URL | https://www.recordedfuture.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "6.1.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "64": "images\/64x64.png", "128": "images\/128x128.png" }, "background": { "type": "module", "service_worker": "scripts\/background.js" }, "action": { "default_icon": "images\/16x16.png", "default_popup": "pages\/popup.html", "default_title": "Scan page for indicators." }, "web_accessible_resources": [ { "resources": [ "scripts\/saferespose2.js", "scripts\/pdfjs.js", "scripts\/pdfjsworker.js", "scripts\/helpers.js", "scripts\/configModule.js", "scripts\/utilsModule.js", "scripts\/highlightModule.js", "scripts\/userSettingsModule.js", "scripts\/regExpUtilModule.js", "scripts\/tldsModule.js", "scripts\/contentScriptModule.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentScriptLoader.js" ], "run_at": "document_end", "all_frames": false } ], "host_permissions": [ " |