mihari 5.3.2 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@
6
6
  <meta name="viewport" content="width=device-width,initial-scale=1.0" />
7
7
  <link rel="icon" href="/favicon.ico" />
8
8
  <title>Mihari</title>
9
- <script type="module" crossorigin src="/assets/index-116033d0.js"></script>
9
+ <script type="module" crossorigin src="/assets/index-61dc587c.js"></script>
10
10
  <link rel="stylesheet" href="/assets/index-33165282.css">
11
11
  </head>
12
12
  <body>
data/lib/mihari.rb CHANGED
@@ -123,6 +123,7 @@ require "mihari/structs/filters"
123
123
  require "mihari/structs/google_public_dns"
124
124
  require "mihari/structs/greynoise"
125
125
  require "mihari/structs/ipinfo"
126
+ require "mihari/structs/hunterhow"
126
127
  require "mihari/structs/onyphe"
127
128
  require "mihari/structs/shodan"
128
129
  require "mihari/structs/urlscan"
@@ -173,6 +174,7 @@ require "mihari/clients/circl"
173
174
  require "mihari/clients/crtsh"
174
175
  require "mihari/clients/dnstwister"
175
176
  require "mihari/clients/greynoise"
177
+ require "mihari/clients/hunterhow"
176
178
  require "mihari/clients/misp"
177
179
  require "mihari/clients/onyphe"
178
180
  require "mihari/clients/otx"
@@ -195,6 +197,7 @@ require "mihari/analyzers/crtsh"
195
197
  require "mihari/analyzers/dnstwister"
196
198
  require "mihari/analyzers/feed"
197
199
  require "mihari/analyzers/greynoise"
200
+ require "mihari/analyzers/hunterhow"
198
201
  require "mihari/analyzers/onyphe"
199
202
  require "mihari/analyzers/otx"
200
203
  require "mihari/analyzers/passivetotal"
data/mihari.gemspec CHANGED
@@ -59,7 +59,7 @@ Gem::Specification.new do |spec|
59
59
  spec.add_development_dependency "steep", "~> 1.4"
60
60
  end
61
61
 
62
- spec.add_dependency "activerecord", "7.0.6"
62
+ spec.add_dependency "activerecord", "7.0.7"
63
63
  spec.add_dependency "addressable", "2.8.5"
64
64
  spec.add_dependency "awrence", "2.0.1"
65
65
  spec.add_dependency "dotenv", "2.8.1"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mihari
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.2
4
+ version: 5.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manabu Niseki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-07 00:00:00.000000000 Z
11
+ date: 2023-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -282,14 +282,14 @@ dependencies:
282
282
  requirements:
283
283
  - - '='
284
284
  - !ruby/object:Gem::Version
285
- version: 7.0.6
285
+ version: 7.0.7
286
286
  type: :runtime
287
287
  prerelease: false
288
288
  version_requirements: !ruby/object:Gem::Requirement
289
289
  requirements:
290
290
  - - '='
291
291
  - !ruby/object:Gem::Version
292
- version: 7.0.6
292
+ version: 7.0.7
293
293
  - !ruby/object:Gem::Dependency
294
294
  name: addressable
295
295
  requirement: !ruby/object:Gem::Requirement
@@ -884,6 +884,7 @@ files:
884
884
  - lib/mihari/analyzers/dnstwister.rb
885
885
  - lib/mihari/analyzers/feed.rb
886
886
  - lib/mihari/analyzers/greynoise.rb
887
+ - lib/mihari/analyzers/hunterhow.rb
887
888
  - lib/mihari/analyzers/onyphe.rb
888
889
  - lib/mihari/analyzers/otx.rb
889
890
  - lib/mihari/analyzers/passivetotal.rb
@@ -906,6 +907,7 @@ files:
906
907
  - lib/mihari/clients/crtsh.rb
907
908
  - lib/mihari/clients/dnstwister.rb
908
909
  - lib/mihari/clients/greynoise.rb
910
+ - lib/mihari/clients/hunterhow.rb
909
911
  - lib/mihari/clients/misp.rb
910
912
  - lib/mihari/clients/onyphe.rb
911
913
  - lib/mihari/clients/otx.rb
@@ -983,6 +985,7 @@ files:
983
985
  - lib/mihari/structs/filters.rb
984
986
  - lib/mihari/structs/google_public_dns.rb
985
987
  - lib/mihari/structs/greynoise.rb
988
+ - lib/mihari/structs/hunterhow.rb
986
989
  - lib/mihari/structs/ipinfo.rb
987
990
  - lib/mihari/structs/onyphe.rb
988
991
  - lib/mihari/structs/shodan.rb
@@ -1002,8 +1005,8 @@ files:
1002
1005
  - lib/mihari/web/endpoints/tags.rb
1003
1006
  - lib/mihari/web/middleware/connection_adapter.rb
1004
1007
  - lib/mihari/web/middleware/error_notification_adapter.rb
1005
- - lib/mihari/web/public/assets/index-116033d0.js
1006
1008
  - lib/mihari/web/public/assets/index-33165282.css
1009
+ - lib/mihari/web/public/assets/index-61dc587c.js
1007
1010
  - lib/mihari/web/public/assets/mode-yaml-a21faa53.js
1008
1011
  - lib/mihari/web/public/favicon.ico
1009
1012
  - lib/mihari/web/public/index.html