Skip to content

Releases: ninoseki/mihari

v3.8.0

18 Sep 06:16
7ba34fa
Compare
Choose a tag to compare
  • Add VirusTotal Intelligence analyzer (#337)
  • Add CLI command aliases (#338)
    • mihari analyze passivetotal = mihari analyze pt
    • mihari analyze virustotal = mihari analyze vt
    • mihari analyze virustotal_intelligence = mihari analyze vt_intel

v3.7.3

16 Sep 12:55
451de00
Compare
Choose a tag to compare
  • Support dry-configurable v1.3 (#335)

v3.7.1

04 Sep 08:38
8969be4
Compare
Choose a tag to compare
  • Fix a parsing issue in IPInfo enricher (#332)
  • Introduce dotenv (#333)
  • Make possible to check enricher settings (#333)

v3.7.0

03 Sep 12:37
3a70308
Compare
Choose a tag to compare
  • Add IPInfo based enricher (#329)
  • Make possible to enrich an artifact via the web API (GET /api/artifacts/:id/enrich) (#329)
  • Add created_at column to enrichment tables (#330)

v3.6.1

29 Aug 08:43
fd81456
Compare
Choose a tag to compare
  • Fix a struct related issue in the Onyphe analyzer (#324)
  • Improve the error handling in the Rule analyzer (#325 )
  • Introduce RSB and Steep (#326)

v3.6.0

24 Aug 13:14
a815c91
Compare
Choose a tag to compare
  • Enrich IP, domain and URL artifacts by AS, geolocation, reverse DNS, DNS records and whois information. (#312, #313, #315)

Screen Shot 2021-08-24 at 7 34 39 AM

Screen Shot 2021-08-24 at 7 34 54 AM

  • Fix issues in Alert.search (#316, #318)

v3.5.0

15 Aug 05:30
46c5ff4
Compare
Choose a tag to compare
  • Add /api/ip_addresses/{ip} API endpoint (#304)
  • Add /api/artifacts/{id} API endpoint (#304, #305)
  • Fix alert search issues (#305, #306)
  • Add a view for artifacts, improve the pagination UI, etc.