OSINT=*
Chrome extension that searches all the threat feeds
ما هو OSINT=*؟
OSINT=* هو إضافة Chrome تم تطويرها بواسطة Adam Odell، والميزة الرئيسية لها هي "Chrome extension that searches all the threat feeds".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OSINT=*
قم بتنزيل ملفات الامتداد OSINT=* بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/AdamMOdell/OSINT-equals-star |
عنوان صفحة المساعدة | 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 } } |