mihari 1.5.1 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/ISSUE_TEMPLATE/bug_report.md +43 -0
- data/.github/ISSUE_TEMPLATE/feature_request.md +15 -0
- data/.github/workflows/test.yml +41 -17
- data/.rubocop.yml +6 -0
- data/.standard.yml +4 -0
- data/README.md +23 -274
- data/bin/console +1 -0
- data/build_frontend.sh +14 -0
- data/docker/Dockerfile +3 -2
- data/examples/ipinfo_hosted_domains.rb +1 -1
- data/images/{eyecatch.png → overview.png} +0 -0
- data/images/tines.png +0 -0
- data/images/web_alerts.png +0 -0
- data/images/web_config.png +0 -0
- data/lib/mihari.rb +2 -2
- data/lib/mihari/analyzers/base.rb +11 -2
- data/lib/mihari/analyzers/circl.rb +3 -3
- data/lib/mihari/analyzers/onyphe.rb +2 -2
- data/lib/mihari/analyzers/securitytrails.rb +2 -2
- data/lib/mihari/analyzers/urlscan.rb +1 -6
- data/lib/mihari/cli.rb +73 -301
- data/lib/mihari/commands/binaryedge.rb +21 -0
- data/lib/mihari/commands/censys.rb +22 -0
- data/lib/mihari/commands/circl.rb +21 -0
- data/lib/mihari/commands/config.rb +27 -0
- data/lib/mihari/commands/crtsh.rb +22 -0
- data/lib/mihari/commands/dnpedia.rb +21 -0
- data/lib/mihari/commands/dnstwister.rb +21 -0
- data/lib/mihari/commands/free_text.rb +21 -0
- data/lib/mihari/commands/http_hash.rb +25 -0
- data/lib/mihari/commands/json.rb +42 -0
- data/lib/mihari/commands/onyphe.rb +21 -0
- data/lib/mihari/commands/otx.rb +21 -0
- data/lib/mihari/commands/passive_dns.rb +21 -0
- data/lib/mihari/commands/passive_ssl.rb +21 -0
- data/lib/mihari/commands/passivetotal.rb +21 -0
- data/lib/mihari/commands/pulsedive.rb +21 -0
- data/lib/mihari/commands/reverse_whois.rb +21 -0
- data/lib/mihari/commands/securitytrails.rb +22 -0
- data/lib/mihari/commands/securitytrails_domain_feed.rb +23 -0
- data/lib/mihari/commands/shodan.rb +21 -0
- data/lib/mihari/commands/spyse.rb +22 -0
- data/lib/mihari/commands/ssh_fingerprint.rb +21 -0
- data/lib/mihari/commands/urlscan.rb +23 -0
- data/lib/mihari/commands/virustotal.rb +21 -0
- data/lib/mihari/commands/web.rb +22 -0
- data/lib/mihari/commands/zoomeye.rb +22 -0
- data/lib/mihari/config.rb +12 -0
- data/lib/mihari/configurable.rb +4 -5
- data/lib/mihari/database.rb +8 -2
- data/lib/mihari/emitters/slack.rb +1 -1
- data/lib/mihari/emitters/the_hive.rb +1 -1
- data/lib/mihari/models/alert.rb +51 -0
- data/lib/mihari/models/artifact.rb +13 -2
- data/lib/mihari/notifiers/exception_notifier.rb +4 -4
- data/lib/mihari/serializers/alert.rb +1 -1
- data/lib/mihari/serializers/artifact.rb +1 -1
- data/lib/mihari/serializers/tag.rb +1 -1
- data/lib/mihari/status.rb +6 -14
- data/lib/mihari/version.rb +1 -1
- data/lib/mihari/web/app.rb +51 -0
- data/lib/mihari/web/controllers/alerts_controller.rb +75 -0
- data/lib/mihari/web/controllers/artifacts_controller.rb +24 -0
- data/lib/mihari/web/controllers/base_controller.rb +22 -0
- data/lib/mihari/web/controllers/command_controller.rb +26 -0
- data/lib/mihari/web/controllers/config_controller.rb +13 -0
- data/lib/mihari/web/controllers/sources_controller.rb +12 -0
- data/lib/mihari/web/controllers/tags_controller.rb +28 -0
- data/lib/mihari/web/helpers/json.rb +53 -0
- data/lib/mihari/web/public/index.html +21 -0
- data/lib/mihari/web/public/redoc-static.html +519 -0
- data/lib/mihari/web/public/static/favicon.ico +0 -0
- data/lib/mihari/web/public/static/fonts/fa-brands-400.099a9556.woff +0 -0
- data/lib/mihari/web/public/static/fonts/fa-brands-400.30cc681d.eot +0 -0
- data/lib/mihari/web/public/static/fonts/fa-brands-400.3b89dd10.ttf +0 -0
- data/lib/mihari/web/public/static/fonts/fa-brands-400.f7307680.woff2 +0 -0
- data/lib/mihari/web/public/static/fonts/fa-regular-400.1f77739c.ttf +0 -0
- data/lib/mihari/web/public/static/fonts/fa-regular-400.7124eb50.woff +0 -0
- data/lib/mihari/web/public/static/fonts/fa-regular-400.7630483d.eot +0 -0
- data/lib/mihari/web/public/static/fonts/fa-regular-400.f0f82301.woff2 +0 -0
- data/lib/mihari/web/public/static/fonts/fa-solid-900.1042e8ca.eot +0 -0
- data/lib/mihari/web/public/static/fonts/fa-solid-900.605ed792.ttf +0 -0
- data/lib/mihari/web/public/static/fonts/fa-solid-900.9fe5a17c.woff +0 -0
- data/lib/mihari/web/public/static/fonts/fa-solid-900.e8a427e1.woff2 +0 -0
- data/lib/mihari/web/public/static/img/fa-brands-400.ba7ed552.svg +3717 -0
- data/lib/mihari/web/public/static/img/fa-regular-400.0bb42845.svg +801 -0
- data/lib/mihari/web/public/static/img/fa-solid-900.376c1f97.svg +5034 -0
- data/lib/mihari/web/public/static/js/app.cccddb2b.js +12 -0
- data/lib/mihari/web/public/static/js/app.cccddb2b.js.map +1 -0
- data/mihari.gemspec +16 -4
- metadata +261 -18
- data/lib/mihari/alert_viewer.rb +0 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81f38ae809db93f21b93a26581fe591cb534c04e6cb1882925e310c4698878b6
|
4
|
+
data.tar.gz: 443bfdd2bbcdd9aee9360bd8e411fab32f2d0bc0f75e32c7ac1ce6a63a021fad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9575e768712943a640c83b36da8d76c7d94a15995d67eb79b0a727381251c3eccb764b4e1d9e68d4d8480863ec5a209f5aaab144f0170cc7d5c6ff5a90032f21
|
7
|
+
data.tar.gz: 75d8052c9abaf7d1e421dd9ddc783b9a1cd41f3f2d4ac555230abef234724acbb10063af033cad18643c55170104f035c0ba3d950a350872ee63f7c007a46d7e
|
@@ -0,0 +1,43 @@
|
|
1
|
+
---
|
2
|
+
name: Bug report
|
3
|
+
about: Create a bug report to help us improve
|
4
|
+
title: "[BUG]"
|
5
|
+
labels: bug
|
6
|
+
assignees: ''
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
<!--
|
11
|
+
Thank you for taking the time to report a bug.
|
12
|
+
Please make sure there is no existing issue about this kind of bug.
|
13
|
+
-->
|
14
|
+
|
15
|
+
### **Describe the bug**
|
16
|
+
|
17
|
+
A clear and concise description of what the bug is.
|
18
|
+
|
19
|
+
### **Steps to reproduce**
|
20
|
+
|
21
|
+
- ...
|
22
|
+
|
23
|
+
### **Expected behavior**
|
24
|
+
|
25
|
+
A clear and concise description of what you expected to happen.
|
26
|
+
|
27
|
+
### **Actual behavior**
|
28
|
+
|
29
|
+
A clear and concise description of what actually happened.
|
30
|
+
|
31
|
+
### **Screenshots**
|
32
|
+
|
33
|
+
Add screenshots to help explain your problem.
|
34
|
+
|
35
|
+
### **System Information:**
|
36
|
+
|
37
|
+
- OS: [e.g. Windows10]
|
38
|
+
- Ruby version: [e.g. 3.0]
|
39
|
+
- Mihari version: [e.g. 2.0.0]
|
40
|
+
|
41
|
+
### **Additional context**
|
42
|
+
|
43
|
+
Add any other context about the problem here.
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
name: Feature request
|
3
|
+
about: Suggest a new Feature for Mihari
|
4
|
+
title: "[Feature Request]"
|
5
|
+
labels: enhancement
|
6
|
+
assignees: ''
|
7
|
+
|
8
|
+
---
|
9
|
+
<!--
|
10
|
+
|
11
|
+
1. Make sure your requested feature makes sense for Mihari.
|
12
|
+
|
13
|
+
2. If you want to suggest a new integration of a service, please provide detailed information of it. (e.g. API docs)
|
14
|
+
|
15
|
+
-->
|
data/.github/workflows/test.yml
CHANGED
@@ -4,11 +4,10 @@ on: [pull_request]
|
|
4
4
|
|
5
5
|
jobs:
|
6
6
|
build:
|
7
|
-
|
8
7
|
runs-on: ubuntu-latest
|
9
8
|
|
10
9
|
services:
|
11
|
-
|
10
|
+
postgres:
|
12
11
|
image: postgres:12
|
13
12
|
env:
|
14
13
|
POSTGRES_USER: postgres
|
@@ -22,23 +21,48 @@ jobs:
|
|
22
21
|
ports:
|
23
22
|
- 5432:5432
|
24
23
|
|
24
|
+
mysql:
|
25
|
+
image: mysql:8.0
|
26
|
+
env:
|
27
|
+
MYSQL_USER: mysql
|
28
|
+
MYSQL_PASSWORD: mysql
|
29
|
+
MYSQL_DATABASE: test
|
30
|
+
MYSQL_ROOT_PASSWORD: rootpassword
|
31
|
+
ports:
|
32
|
+
- 3306:3306
|
33
|
+
options: >-
|
34
|
+
--health-cmd="mysqladmin ping"
|
35
|
+
--health-interval=10s
|
36
|
+
--health-timeout=5s
|
37
|
+
--health-retries=3
|
38
|
+
|
25
39
|
strategy:
|
26
40
|
fail-fast: false
|
27
41
|
matrix:
|
28
|
-
ruby: [2.7,
|
42
|
+
ruby: [2.7, "3.0"]
|
29
43
|
|
30
44
|
steps:
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
+
- uses: actions/checkout@v2
|
46
|
+
- name: Set up Ruby 2.7
|
47
|
+
uses: ruby/setup-ruby@v1
|
48
|
+
with:
|
49
|
+
ruby-version: ${{ matrix.ruby }}
|
50
|
+
bundler-cache: true
|
51
|
+
|
52
|
+
- name: Install dependencies
|
53
|
+
run: |
|
54
|
+
sudo apt-get -yqq install libpq-dev libmysqlclient-dev
|
55
|
+
gem install bundler
|
56
|
+
bundle install
|
57
|
+
|
58
|
+
- name: Test with PostgreSQL
|
59
|
+
env:
|
60
|
+
DATABASE: postgresql://postgres:postgres@localhost:5432/test
|
61
|
+
run: |
|
62
|
+
bundle exec rake
|
63
|
+
|
64
|
+
- name: Test with MySQL
|
65
|
+
env:
|
66
|
+
DATABASE: mysql2://mysql:mysql@127.0.0.1:3306/test
|
67
|
+
run: |
|
68
|
+
bundle exec rake
|
data/.rubocop.yml
CHANGED
@@ -4,6 +4,9 @@
|
|
4
4
|
require:
|
5
5
|
- rubocop-performance
|
6
6
|
|
7
|
+
AllCops:
|
8
|
+
NewCops: enable
|
9
|
+
|
7
10
|
Style/Alias:
|
8
11
|
Enabled: false
|
9
12
|
StyleGuide: https://relaxed.ruby.style/#stylealias
|
@@ -151,5 +154,8 @@ Lint/AssignmentInCondition:
|
|
151
154
|
Layout/LineLength:
|
152
155
|
Enabled: false
|
153
156
|
|
157
|
+
Style/StringLiteralsInInterpolation:
|
158
|
+
Enabled: false
|
159
|
+
|
154
160
|
Metrics:
|
155
161
|
Enabled: false
|
data/.standard.yml
ADDED
data/README.md
CHANGED
@@ -8,65 +8,26 @@
|
|
8
8
|
|
9
9
|
![img](https://github.com/ninoseki/mihari/raw/master/images/logo.png)
|
10
10
|
|
11
|
-
|
11
|
+
[![](images/tines.png)](https://tines.io?utm_source=github&utm_medium=sponsorship&utm_campaign=ninoseki)
|
12
|
+
|
13
|
+
Mihari is a framework for continuous OSINT based threat hunting.
|
12
14
|
|
13
15
|
## How it works
|
14
16
|
|
15
|
-
|
16
|
-
|
17
|
+
![img](https://github.com/ninoseki/mihari/raw/master/images/overview.png)
|
18
|
+
|
19
|
+
- Mihari makes a query against Shodan, Censys, VirusTotal, SecurityTrails, etc. and extracts artifacts (IP addresses, domains, URLs or hashes).
|
20
|
+
- Mihari checks whether a DB (SQLite3, PostgreSQL or MySQL) contains the artifacts or not.
|
17
21
|
- If it doesn't contain the artifacts:
|
18
22
|
- Mihari creates an alert on TheHive.
|
19
23
|
- Mihari sends a notification to Slack.
|
20
24
|
- Mihari creates an event on MISP.
|
21
25
|
|
22
|
-
|
23
|
-
|
24
|
-
### Screenshots
|
25
|
-
|
26
|
-
- TheHive alert example
|
27
|
-
|
28
|
-
![img](https://github.com/ninoseki/mihari/raw/master/images/alert.png)
|
29
|
-
|
30
|
-
- Slack notification example
|
31
|
-
|
32
|
-
![img](https://github.com/ninoseki/mihari/raw/master/images/slack.png)
|
33
|
-
|
34
|
-
- MISP event example
|
35
|
-
|
36
|
-
![img](https://github.com/ninoseki/mihari/raw/master/images/misp.png)
|
37
|
-
|
38
|
-
## Requirements
|
39
|
-
|
40
|
-
- Ruby (2.7 or 3.0)
|
41
|
-
- SQLite3 or PostgreSQL
|
42
|
-
|
43
|
-
```bash
|
44
|
-
# For Debian / Ubuntu
|
45
|
-
apt-get install sqlite3 libsqlite3-dev libpq-dev
|
46
|
-
```
|
47
|
-
|
48
|
-
## Supported platforms & databases
|
49
|
-
|
50
|
-
| Name | Supported versions |
|
51
|
-
|------------|--------------------|
|
52
|
-
| PostgreSQL | v12 |
|
53
|
-
| SQLite | v3 |
|
54
|
-
| MISP | v2.4 |
|
55
|
-
| TheHive | v3.x & v4.x |
|
56
|
-
|
57
|
-
## Installation
|
58
|
-
|
59
|
-
```bash
|
60
|
-
gem install mihari
|
61
|
-
```
|
26
|
+
Also, you can check the alerts on a built-in web app.
|
62
27
|
|
63
|
-
|
28
|
+
![img](https://github.com/ninoseki/mihari/raw/master/images/web_alerts.png)
|
64
29
|
|
65
|
-
|
66
|
-
docker pull ninoseki/mihari
|
67
|
-
```
|
68
|
-
|
69
|
-
## Basic usage
|
30
|
+
## Supported services
|
70
31
|
|
71
32
|
Mihari supports the following services by default.
|
72
33
|
|
@@ -87,234 +48,22 @@ Mihari supports the following services by default.
|
|
87
48
|
- [VirusTotal](http://virustotal.com)
|
88
49
|
- [ZoomEye](https://zoomeye.org)
|
89
50
|
|
90
|
-
|
91
|
-
$ mihari
|
92
|
-
Commands:
|
93
|
-
mihari alerts # Show the alerts on TheHive
|
94
|
-
mihari binaryedge [QUERY] # BinaryEdge host search by a query
|
95
|
-
mihari censys [QUERY] # Censys IPv4 search by a query
|
96
|
-
mihari circl [DOMAIN|SHA1] # CIRCL passive DNS/SSL lookup by a domain or SHA1 certificate fingerprint
|
97
|
-
mihari crtsh [QUERY] # crt.sh search by a query
|
98
|
-
mihari dnpedia [QUERY] # DNPedia domain search by a query
|
99
|
-
mihari dnstwister [DOMAIN] # dnstwister lookup by a domain
|
100
|
-
mihari free_text [TEXT] # Cross search with search engines by a free text
|
101
|
-
mihari help [COMMAND] # Describe available commands or one specific command
|
102
|
-
mihari http_hash # Cross search with search engines by a hash of an HTTP response (SHA256, MD5 and MurmurHash3)
|
103
|
-
mihari import_from_json # Give a JSON input via STDIN
|
104
|
-
mihari onyphe [QUERY] # Onyphe datascan search by a query
|
105
|
-
mihari otx [IP|DOMAIN] # OTX lookup by an IP or domain
|
106
|
-
mihari passive_dns [IP|DOMAIN] # Cross search with passive DNS services by an ip or domain
|
107
|
-
mihari passive_ssl [SHA1] # Cross search with passive SSL services by an SHA1 certificate fingerprint
|
108
|
-
mihari passivetotal [IP|DOMAIN|EMAIL|SHA1] # PassiveTotal lookup by an ip, domain, email or SHA1 certificate fingerprint
|
109
|
-
mihari pulsedive [IP|DOMAIN] # Pulsedive lookup by an ip or domain
|
110
|
-
mihari reverse_whois [EMAIL] # Cross search with reverse whois services by an email
|
111
|
-
mihari securitytrails [IP|DOMAIN|EMAIL] # SecurityTrails lookup by an ip, domain or email
|
112
|
-
mihari securitytrails_domain_feed [REGEXP] # SecurityTrails new domain feed search by a regexp
|
113
|
-
mihari shodan [QUERY] # Shodan host search by a query
|
114
|
-
mihari spyse [QUERY] # Spyse search by a query
|
115
|
-
mihari ssh_fingerprint [FINGERPRINT] # Cross search with search engines by an SSH fingerprint (e.g. dc:14:de:8e:d7:c1:15:43:23:82:25:81:d2:59:e8:c0)
|
116
|
-
mihari status # Show the current configuration status
|
117
|
-
mihari urlscan [QUERY] # urlscan search by a given query
|
118
|
-
mihari virustotal [IP|DOMAIN] # VirusTotal resolutions lookup by an ip or domain
|
119
|
-
mihari zoomeye [QUERY] # ZoomEye search by a query
|
120
|
-
|
121
|
-
Options:
|
122
|
-
[--config=CONFIG] # path to config file
|
123
|
-
|
124
|
-
```
|
125
|
-
|
126
|
-
### Cross searches
|
127
|
-
|
128
|
-
Mihari has cross search features. A cross search is a search across a number of services.
|
129
|
-
|
130
|
-
You can get aggregated results by using the following commands.
|
131
|
-
|
132
|
-
| Command | Desc. |
|
133
|
-
|-----------------|---------------------------------------------------------------------------------------------------------|
|
134
|
-
| passive_dns | Passive DNS lookup with CIRCL passive DNS, OTX, PassiveTotal, Pulsedive, SecurityTrails and VirusTotal |
|
135
|
-
| passive_ssl | Passive SSL lookup with CIRCL passive SSL and PassiveTotal |
|
136
|
-
| reverse_whois | Revese Whois lookup with PassiveTotal and SecurityTrails |
|
137
|
-
| http_hash | HTTP response hash lookup with BinaryEdge(SHA256), Censys(SHA256), Onyphpe(MD5) and Shodan(MurmurHash3) |
|
138
|
-
| free_text | Free text lookup with BinaryEdge and Censys |
|
139
|
-
| ssh_fingerprint | SSH fingerprint lookup with BinaryEdge and Shodan |
|
140
|
-
|
141
|
-
#### http_hash command
|
142
|
-
|
143
|
-
The usage of `http_hash` command is a little bit tricky.
|
144
|
-
|
145
|
-
```bash
|
146
|
-
$ mihari help http_hash
|
147
|
-
Usage:
|
148
|
-
mihari http_hash
|
149
|
-
|
150
|
-
Options:
|
151
|
-
[--title=TITLE] # title
|
152
|
-
[--description=DESCRIPTION] # description
|
153
|
-
[--tags=one two three] # tags
|
154
|
-
[--md5=MD5] # MD5 hash
|
155
|
-
[--sha256=SHA256] # SHA256 hash
|
156
|
-
[--mmh3=N] # MurmurHash3 hash
|
157
|
-
|
158
|
-
Cross search with search engines by a hash of an HTTP response (SHA256, MD5 and MurmurHash3)
|
159
|
-
|
160
|
-
```
|
161
|
-
|
162
|
-
There are 2 ways to use this command.
|
163
|
-
|
164
|
-
First one is passing `--md5`, `--sha256` and `--mmh3` parameters.
|
165
|
-
|
166
|
-
```bash
|
167
|
-
mihari http_hash --md5=881191f7736b5b8cfad5959ca99d2a51 --sha256=b064187ebdc51721708ad98cd89dacc346017cb0fb0457d530032d387f1ff20e --mmh3=-1467534799
|
168
|
-
```
|
51
|
+
See [Usage](https://github.com/ninoseki/mihari/wiki/Usage) for more information.
|
169
52
|
|
170
|
-
|
53
|
+
## Docs
|
171
54
|
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
```bash
|
180
|
-
# Censys lookup for PANDA C2
|
181
|
-
mihari censys '("PANDA" AND "SMAdmin" AND "layui")' --title "PANDA C2"
|
182
|
-
|
183
|
-
# VirusTotal passive DNS lookup of a FAKESPY host
|
184
|
-
mihari virustotal "jppost-hi.top" --title "FAKESPY passive DNS"
|
185
|
-
|
186
|
-
# You can pass a "defanged" indicator as an input
|
187
|
-
mihari virustotal "jppost-hi[.]top" --title "FAKESPY passive DNS"
|
188
|
-
```
|
189
|
-
|
190
|
-
### Import from JSON
|
191
|
-
|
192
|
-
```bash
|
193
|
-
echo '{ "title": "test", "description": "test", "artifacts": ["1.1.1.1", "github.com", "2.2.2.2"] }' | mihari import_from_json
|
194
|
-
```
|
195
|
-
|
196
|
-
The input is a JSON data should have `title`, `description` and `artifacts` key. `tags` key is an optional parameter.
|
197
|
-
|
198
|
-
```json
|
199
|
-
{
|
200
|
-
"title": "test",
|
201
|
-
"description": "test",
|
202
|
-
"artifacts": ["1.1.1.1", "github.com"],
|
203
|
-
"tags": ["test"]
|
204
|
-
}
|
205
|
-
```
|
206
|
-
|
207
|
-
| Key | Desc. | Required or optional |
|
208
|
-
|-------------|----------------------------------------------------------------------------|----------------------|
|
209
|
-
| title | A title of an alert | Required |
|
210
|
-
| description | A description of an alert | Required |
|
211
|
-
| artifacts | An array of artifacts (supported data types: ip, domain, url, email, hash) | Required |
|
212
|
-
| tags | An array of tags | Optional |
|
213
|
-
|
214
|
-
## Configuration
|
215
|
-
|
216
|
-
Configuration can be done via environment variables or a YAML file.
|
217
|
-
|
218
|
-
| Key | Description | Default |
|
219
|
-
|------------------------|-------------------------------------------------------------------------------------------------|-------------|
|
220
|
-
| DATABASE | A path to the SQLite database or a DB URL (e.g. `postgres://postgres:pass@db.host:5432/somedb`) | `mihari.db` |
|
221
|
-
| BINARYEDGE_API_KEY | BinaryEdge API key | |
|
222
|
-
| CENSYS_ID | Censys API ID | |
|
223
|
-
| CENSYS_SECRET | Censys secret | |
|
224
|
-
| CIRCL_PASSIVE_PASSWORD | CIRCL passive DNS/SSL password | |
|
225
|
-
| CIRCL_PASSIVE_USERNAME | CIRCL passive DNS/SSL username | |
|
226
|
-
| MISP_API_ENDPOINT | MISP URL | |
|
227
|
-
| MISP_API_KEY | MISP API key | |
|
228
|
-
| ONYPHE_API_KEY | Onyphe API key | |
|
229
|
-
| OTX_API_KEY | OTX API key | |
|
230
|
-
| PASSIVETOTAL_API_KEY | PassiveTotal API key | |
|
231
|
-
| PASSIVETOTAL_USERNAME | PassiveTotal username | |
|
232
|
-
| PULSEDIVE_API_KEY | Pulsedive API key | |
|
233
|
-
| SECURITYTRAILS_API_KEY | SecurityTrails API key | |
|
234
|
-
| SHODAN_API_KEY | Shodan API key | |
|
235
|
-
| SLACK_CHANNEL | Slack channel name | `#general` |
|
236
|
-
| SLACK_WEBHOOK_URL | Slack Webhook URL | |
|
237
|
-
| SPYSE_API_KEY | Spyse API key | |
|
238
|
-
| THEHIVE_API_ENDPOINT | TheHive URL | |
|
239
|
-
| THEHIVE_API_KEY | TheHive API key | |
|
240
|
-
| URLSCAN_API_KEY | urlscan.io API key | |
|
241
|
-
| VIRUSTOTAL_API_KEY | VirusTotal API key | |
|
242
|
-
| ZOOMEYE_PASSWORD | ZoomEye password | |
|
243
|
-
| ZOOMEYE_USERNAMME | ZoomEye username | |
|
244
|
-
|
245
|
-
Instead of using environment variables, you can use a YAML file for configuration.
|
246
|
-
|
247
|
-
```bash
|
248
|
-
mihari virustotal 1.1.1.1 --config /path/to/yaml.yml
|
249
|
-
```
|
250
|
-
|
251
|
-
The YAML file should be a YAML hash like below:
|
252
|
-
|
253
|
-
```yaml
|
254
|
-
database: /tmp/mihari.db
|
255
|
-
thehive_api_endpoint: https://localhost
|
256
|
-
thehive_api_key: foo
|
257
|
-
virustotal_api_key: foo
|
258
|
-
```
|
259
|
-
|
260
|
-
You can check the configuration status via `status` command.
|
261
|
-
|
262
|
-
```bash
|
263
|
-
mihari status
|
264
|
-
```
|
265
|
-
|
266
|
-
## How to create a custom script
|
267
|
-
|
268
|
-
Create a class which extends `Mihari::Analyzers::Base` and implements the following methods.
|
269
|
-
|
270
|
-
| Name | Desc. | @return | Required or optional |
|
271
|
-
|----------------|----------------------------------------------------------------------------|---------------|----------------------|
|
272
|
-
| `#title` | A title of an alert | String | Required |
|
273
|
-
| `#description` | A description of an alert | String | Required |
|
274
|
-
| `#artifacts` | An array of artifacts (supported data types: ip, domain, url, email, hash) | Array<String> | Required |
|
275
|
-
| `#tags` | An array of tags | Array<String> | Optional |
|
276
|
-
|
277
|
-
```ruby
|
278
|
-
require "mihari"
|
279
|
-
|
280
|
-
module Mihari
|
281
|
-
module Analyzers
|
282
|
-
class Example < Base
|
283
|
-
def title
|
284
|
-
"example"
|
285
|
-
end
|
286
|
-
|
287
|
-
def description
|
288
|
-
"example"
|
289
|
-
end
|
290
|
-
|
291
|
-
def artifacts
|
292
|
-
["9.9.9.9", "example.com"]
|
293
|
-
end
|
294
|
-
|
295
|
-
def tags
|
296
|
-
["example"]
|
297
|
-
end
|
298
|
-
end
|
299
|
-
end
|
300
|
-
end
|
301
|
-
|
302
|
-
example = Mihari::Analyzers::Example.new
|
303
|
-
example.run
|
304
|
-
```
|
305
|
-
|
306
|
-
See `/examples` for more.
|
307
|
-
|
308
|
-
## Using it with Docker
|
309
|
-
|
310
|
-
```bash
|
311
|
-
$ docker run --rm ninoseki/mihari
|
312
|
-
# Note that you should pass configurations via environment variables
|
313
|
-
$ docker run --rm ninoseki/mihari -e THEHIVE_API_ENDPOINT="http://THEHIVE_URL" -e THEHIVE_API_KEY="API KEY" mihari
|
314
|
-
# or
|
315
|
-
$ docker run --rm ninoseki/mihari --env-file ~/.mihari.env mihari
|
316
|
-
```
|
55
|
+
- [Requirements & Installation](https://github.com/ninoseki/mihari/wiki/Requirements-&-Installation)
|
56
|
+
- [Usage](https://github.com/ninoseki/mihari/wiki/Usage)
|
57
|
+
- [Built-in Web App](https://github.com/ninoseki/mihari/wiki/Built-in-Web-App)
|
58
|
+
- [Configuration](https://github.com/ninoseki/mihari/wiki/Configuration)
|
59
|
+
- [Custom Script](https://github.com/ninoseki/mihari/wiki/Custom-Script)
|
60
|
+
- [Docker](https://github.com/ninoseki/mihari/wiki/Docker)
|
61
|
+
- [GitHub Actions](https://github.com/ninoseki/mihari/wiki/GitHub-Actions)
|
317
62
|
|
318
63
|
## License
|
319
64
|
|
320
65
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
66
|
+
|
67
|
+
## Acknowledgement
|
68
|
+
|
69
|
+
Mihari is proudly supported by [Tines.io](https://tines.io?utm_source=github&utm_medium=sponsorship&utm_campaign=ninoseki), The SOAR Platform for Enterprise Security Teams.
|