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

This commit is contained in:
Alexandre Dulaunoy 2021-09-01 19:27:27 +02:00
commit 5f93d3e7ab
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD
2 changed files with 5 additions and 2 deletions

View file

@ -279,7 +279,7 @@ The domain to query is `<query>.dns.hashlookup.circl.lu`. The query can be `info
## Info of the hashlookup database ## Info of the hashlookup database
``` ```
dig +short -t TXT info.dns.hashlookup.circl.lu | jq -r . | jq . dig +short -t TXT info.dns.hashlookup.circl.lu | jq -j . | jq .
``` ```
~~~json ~~~json
@ -298,7 +298,7 @@ dig +short -t TXT info.dns.hashlookup.circl.lu | jq -r . | jq .
## Query of a hash ## Query of a hash
``` ```
dig +short -t TXT 931606baaa7a2b4ef61198406f8fc3f4.dns.hashlookup.circl.lu | jq -r . | jq . dig +short -t TXT 931606baaa7a2b4ef61198406f8fc3f4.dns.hashlookup.circl.lu | jq -j . | jq .
``` ```
~~~json ~~~json

View file

@ -12,6 +12,8 @@
- `MD5` - `MD5`
- `SHA-1` - `SHA-1`
- `SHA-256` - `SHA-256`
- `TLSH`
- `SSDEEP`
- `FileName` - `FileName`
- `FileSize` - `FileSize`
- `PackageArch` - `PackageArch`
@ -20,6 +22,7 @@
- `PackageName` - `PackageName`
- `PackageRelease` - `PackageRelease`
- `PackageVersion` - `PackageVersion`
- `KnownMalicious`
## Publish-Subscribe channels ## Publish-Subscribe channels