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”。

扩展截图

screenshot

下载OSIRIS: OSINT Reputation Intelligent Search扩展crx文件

下载OSIRIS: OSINT Reputation Intelligent Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}