mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-21 17:47:06 +00:00
Merge branch 'main' of github.com:adulau/hashlookup-server into main
This commit is contained in:
commit
5f93d3e7ab
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue