Releases: ninoseki/mihari
Releases · ninoseki/mihari
v3.8.0
- 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
- Support
dry-configurable
v1.3 (#335)
v3.7.1
- Fix a parsing issue in IPInfo enricher (#332)
- Introduce dotenv (#333)
- Make possible to check enricher settings (#333)
v3.7.0
- 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
- 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
- Enrich IP, domain and URL artifacts by AS, geolocation, reverse DNS, DNS records and whois information. (#312, #313, #315)
v3.5.0
- 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.