OSIRIS: OSINT Reputation Intelligent Search
Use this extension to analyze IoCs' reputation using OSINT
O que é OSIRIS: OSINT Reputation Intelligent Search?
OSIRIS: OSINT Reputation Intelligent Search é uma extensão do Chrome desenvolvida por alizano1985, e sua principal característica é "Use this extension to analyze IoCs' reputation using OSINT".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OSIRIS: OSINT Reputation Intelligent Search
Baixe arquivos de extensão OSIRIS: OSINT Reputation Intelligent Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | OSIRIS: OSINT Reputation Intelligent Search |
ID | jjdjccppehnjdennppcnlnaadcdlffdf |
URL Oficial | https://chromewebstore.google.com/detail/osiris-osint-reputation-i/jjdjccppehnjdennppcnlnaadcdlffdf |
Descrição | Use this extension to analyze IoCs' reputation using OSINT |
Tamanho do Arquivo | 10.79 KB |
Contagem de Instalações | 1,585 |
Versão Atual | 0.0.0.6 |
Última Atualização | 2021-07-08 |
Data de Publicação | 2021-05-18 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | alizano1985 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |