Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.20.0 #80

Merged
merged 2 commits into from
Sep 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ It works as a Chrome extension and it makes possible to search / scan IOC via th
| url | URL | `https://github.com` |
| email | Email address | `test@test.com` |
| hash | md5 / sha1 / sha256 | `44d88612fea8a8f36de82e1278abb02f` |
| cve | CVE number | `CVE-2018-11776` |

Note: `email` type IOC is used for reverse WHOIS lookup.

Expand All @@ -44,6 +45,7 @@ Note: `email` type IOC is used for reverse WHOIS lookup.
| Urlscan | https://urlscan.io | ip / domain / url |
| ViewDNS | https://viewdns.info | ip / domain / email |
| VirusTotal | https://www.virustotal.com | ip / domain / url / hash |
| Vulmon | https://vulmon.com | cve |
| X-Force Exchange | https://exchange.xforce.ibmcloud.com | ip / domain / hash |

You can enable / disable a search engine via the extension's options.
Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Mitaka",
"description": "OSINT friendly IOC (Indicator of Compromise) saerch tool",
"version": "0.19.0",
"version": "0.20.0",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mitaka",
"version": "0.19.0",
"version": "0.20.0",
"description": "OSINT friendly IOC (Indicator of Compromise) saerch tool",
"main": "index.js",
"scripts": {
Expand Down