OSINT Angel
OSINT Angel is a browser extension that aids in gathering and analyzing OSINT data from various sources.
OSINT Angel란 무엇입니까?
OSINT Angel은(는) MSANTIAG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OSINT Angel is a browser extension that aids in gathering and analyzing OSINT data from various sources."입니다.
확장 프로그램 스크린샷
OSINT Angel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OPEN SOURCE HERE : https://github.com/MSANTIAGx1/OSINT-Angel/tree/main OSINT Angel is a powerful cybersecurity tool designed to bring Open Source Intelligence (OSINT) capabilities directly to your browser. The world of the internet is teeming with potential threats and hazards. Understanding these risks is crucial for cybersecurity analysts, researchers, and enthusiasts alike. This is where OSINT Angel comes into play, serving as your personal guardian in the vast cyber realm. Through integrating multiple threat intelligence APIs, the OSINT Angel extension provides real-time, in-depth data on IPs, URLs, and hashes directly from your browser. The extension will fetch data from reputable sources like VirusTotal, IBM X-Force, AbuseIPDB, IPQualityScore, and ThreatJammer, allowing you to perform comprehensive and efficient cyber threat intelligence operations. Once you've installed the OSINT Angel, you can simply right-click on any IP address, URL, or hash within your browser and select 'Perform OSINT.' The extension will quickly evaluate the selected data point against multiple threat databases. The process includes checking IPs for malicious activity, assessing URLs for potential threats, and verifying hashes against known malware databases. This comprehensive analysis is then neatly formatted and copied to your clipboard. This reduces the time-consuming process of manual threat hunting and analysis, freeing you to focus on more strategic aspects of your cybersecurity work. The extension also provides a notification once the OSINT is complete, ensuring you don't miss any crucial information. Beyond the technical, OSINT Angel also respects your privacy. All analysis is done on-demand and no personal data is stored or shared with any third parties. This ensures that your cybersecurity research doesn't compromise your own personal security. OSINT Angel is not just a tool, it's a companion for anyone interested in cybersecurity. Whether you're a seasoned analyst, a cybersecurity student, or just a curious mind, OSINT Angel provides invaluable insights in a fast and user-friendly manner. Utilizing OSINT Angel can significantly enhance your understanding of the cyber threat landscape, making the internet a safer place for everyone. Upgrade your browser today with OSINT Angel, and let it guide you through the intricate world of cybersecurity and threat intelligence. Requires your own APIKEYS for VirusTotal, IBM X-Force, AbuseIPDB, IPQualityScore, and ThreatJammer all free and available once registered.
확장 프로그램 기본 정보
이름 | OSINT Angel |
ID | ebfodiimbkcecoeklegjhilobojppbog |
공식 URL | https://chromewebstore.google.com/detail/osint-angel/ebfodiimbkcecoeklegjhilobojppbog |
설명 | OSINT Angel is a browser extension that aids in gathering and analyzing OSINT data from various sources. |
파일 크기 | 29.48 KB |
설치 횟수 | 72 |
현재 버전 | 0.0.0.5 |
최근 업데이트 | 2023-05-26 |
출시 날짜 | 2023-05-17 |
개발자 | MSANTIAG |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://github.com/MSANTIAGx1/OSINT-Angel |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OSINT Angel", "version": "0.0.0.5", "description": "OSINT Angel is a browser extension that aids in gathering and analyzing OSINT data from various sources.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.virustotal.com\/api\/v3\/ip_addresses\/*", "https:\/\/api.abuseipdb.com\/api\/v2\/*", "https:\/\/dublin.api.threatjammer.com\/v1\/assess\/ip\/*", "https:\/\/www.virustotal.com\/api\/v3\/domains\/*", "https:\/\/api.xforce.ibmcloud.com\/api\/url\/*", "https:\/\/api.xforce.ibmcloud.com\/api\/whois\/*", "https:\/\/www.ipqualityscore.com\/api\/json\/url\/*", "https:\/\/www.virustotal.com\/api\/v3\/files\/*", "https:\/\/api.xforce.ibmcloud.com\/api\/malware\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'" } } |