OSIRIS: OSINT Reputation Intelligent Search
Use this extension to analyze IoCs' reputation using OSINT
OSIRIS: OSINT Reputation Intelligent Search란 무엇입니까?
OSIRIS: OSINT Reputation Intelligent Search은(는) alizano1985에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this extension to analyze IoCs' reputation using OSINT"입니다.
확장 프로그램 스크린샷
OSIRIS: OSINT Reputation Intelligent Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension receives as input a list of public IP's and open each analyzed IP in separated taps. The user can choose to check the IPs reputation in some of the better known OSINT tools such as Virustotal, Malwares[.]com, CISCO Talos, X-Force Exchange, AbuseIPDB, MXtoolbox. Also, this tool can be used to check the reputation of only one IP, one hash or one URL, in several OSINT search engines.
확장 프로그램 기본 정보
이름 | OSIRIS: OSINT Reputation Intelligent Search |
ID | jjdjccppehnjdennppcnlnaadcdlffdf |
공식 URL | https://chromewebstore.google.com/detail/osiris-osint-reputation-i/jjdjccppehnjdennppcnlnaadcdlffdf |
설명 | Use this extension to analyze IoCs' reputation using OSINT |
파일 크기 | 10.79 KB |
설치 횟수 | 1,585 |
현재 버전 | 0.0.0.6 |
최근 업데이트 | 2021-07-08 |
출시 날짜 | 2021-05-18 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | alizano1985 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OSIRIS: OSINT Reputation Intelligent Search", "description": "Use this extension to analyze IoCs' reputation using OSINT", "version": "0.0.0.6", "author": "Andres Lizano", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "OSIRIS: OSINT Reputation Intelligent Search" } } |