Merge branch 'main' of github.com:adulau/hashlookup-server into main

This commit is contained in:
Alexandre Dulaunoy 2021-08-22 16:14:02 +02:00
commit 3a8185dd33
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ who love to dig into new experimental projects.
- ReST API to lookup MD5 and SHA-1 hashes or bulk search from large dataset - ReST API to lookup MD5 and SHA-1 hashes or bulk search from large dataset
- A simple DNS server to provide hash lookup via DNS queries - A simple DNS server to provide hash lookup via DNS queries
- Import scripts for the [NSRL database](https://www.nist.gov/itl/ssd/software-quality-group/national-software-reference-library-nsrl) - Import scripts for the [NSRL database](https://www.nist.gov/itl/ssd/software-quality-group/national-software-reference-library-nsrl)
- Support creation of DFIR session to keep track of systems analysed
# Requirements # Requirements

View file

@ -15,5 +15,5 @@
- `s:nx:md5` sorted set of MD5 non-existing hashes - `s:nx:md5` sorted set of MD5 non-existing hashes
- `s:nx:sha1` sorted set of SHA1 non-existing hashes - `s:nx:sha1` sorted set of SHA1 non-existing hashes
- `s:exist:md5` sorted set of SHA1 existing hashes - `s:exist:md5` sorted set of SHA1 existing hashes
- `s:exixt:sha1` sorted set of SHA1 existing hashes - `s:exist:sha1` sorted set of SHA1 existing hashes
- `stat:<NSRLname>` string with the number of items imported - `stat:<NSRLname>` string with the number of items imported