OSINT=*
Chrome extension that searches all the threat feeds
OSINT=*とは何ですか?
OSINT=*はAdam Odellによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that searches all the threat feeds」です。
拡張機能のスクリーンショット
OSINT=*拡張機能のCRXファイルをダウンロード
OSINT=*拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Highlight and right click IOC and search all relevant threat feeds. Developed by Adam Odell and Shady Khourshid. Searches IP addresses, hashes, and domain names across the following sources when relevant: * VirusTotal * Cisco Talos * IBM X-Force * Hybrid Analysis * AbuseIPDB * IPinfo.io * GreyNoise * Shodan.io Source code: https://github.com/AdamMOdell/OSINT-equals-star
拡張機能の基本情報
名前 | OSINT=* |
ID | nfijbakmigddoodbhooklbcanfkmgcfk |
公式URL | https://chromewebstore.google.com/detail/osint/nfijbakmigddoodbhooklbcanfkmgcfk |
説明 | Chrome extension that searches all the threat feeds |
ファイルサイズ | 279 KB |
インストール数 | 941 |
現在のバージョン | 1.03 |
最終更新日 | 2021-11-04 |
公開日 | 2021-08-08 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Adam Odell |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/AdamMOdell/OSINT-equals-star |
ヘルプページのURL | https://github.com/AdamMOdell/OSINT-equals-star |
対応言語 | en |
manifest.json | |
{ "author": "Adam Odell, Shady Khourshid", "background": { "scripts": [ "script.js" ] }, "description": "Chrome extension that searches all the threat feeds", "icons": { "128": "128.png", "48": "48.png" }, "manifest_version": 2, "name": "OSINT=*", "permissions": [ "contextMenus", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.03", "options_ui": { "page": "options-menu\\options.html", "open_in_tab": false } } |