Skip to content

Releases: ninoseki/mihari

v4.1.3

01 Mar 08:23
b54515a
Compare
Choose a tag to compare
  • Remove http gem (#421)
  • Add Mihari.logger (by using semantic_logger gem)
  • Change to return Mihari::Alert in Mihari::Analyzers::Base#run to make possible to execute and get a result of an analyzer in everywhere (#419)
  • Remove the stdout emitter and change to make the stdout output in the CLI command by using Grape::Entity (#419)

v4.1.0

23 Jan 07:15
4bcde82
Compare
Choose a tag to compare
  • Add API endpoints to create & edit a rule (#413)
  • Improve Shodan metadata handling (#412)

v4.0.0

22 Jan 19:41
019518a
Compare
Choose a tag to compare
  • Drop analyzer sub commands (#389)
  • Drop YAML configuration feature (#391)
  • Add rules table to manage rules in the database (#398)
  • Add metadata field to artifacts table (#403)

v3.12.0

03 Jan 02:49
6195f77
Compare
Choose a tag to compare
  • Update ActiveRecord (6 to 7) (#377)
  • Add feed analyzer to ingest a feed (#382)

v3.11.0

04 Dec 23:30
95a7170
Compare
Choose a tag to compare
  • Add interval option for API throttling (#373)
  • Enrich urlscan.io analyzer by supporting pagination (#375)

v3.10.1

28 Oct 11:42
fe57ed3
Compare
Choose a tag to compare

v3.10.0

26 Oct 00:06
f0aef5b
Compare
Choose a tag to compare

v3.9.2

09 Oct 22:45
09f1c2c
Compare
Choose a tag to compare
  • Fix the search command issue while loading the configuration file (#360)
  • Update grape to v1.6 (#361)

v3.9.1

28 Sep 13:10
0711bdf
Compare
Choose a tag to compare

v3.9.0

23 Sep 07:54
2e62279
Compare
Choose a tag to compare
  • Update Puma to v5.5 (#346)
  • Make possible to pass threads and verbose options to Puma through the CLI (#347)
  • Update the alert search (#343)
    • Add asn, dnsRecord and reverseDnsName filters to search
    • Mihari_API