Graylog2 / graylog-plugin-threatintel

Graylog Processing Pipeline functions to enrich log messages with IoC information from threat intelligence databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tor_lookup Always returns false

ion-storm opened this issue · comments

Please see https://github.com/Graylog2/graylog2-server/issues/4539

I can confirm, tor_lookup always fails, also when you query the dataset it does not return true when found, it returns what looks like a hash

Tor successful lookup:(not returning true)

{
  "single_value": "D83665AF257FD05C4687897815233FD52A8E9829",
  "multi_value": {
    "node_ids": [
      "D83665AF257FD05C4687897815233FD52A8E9829"
    ]
  },
  "ttl": 9223372036854776000,
  "empty": false
}
Abuse.CH successful lookup
{
  "single_value": true,
  "multi_value": {
    "value": true
  },
  "ttl": 9223372036854776000,
  "empty": false
}

the lookup returns the ID of the Relay.

https://atlas.torproject.org/#details/D83665AF257FD05C4687897815233FD52A8E9829

You are right, this is not the correct as you would think it would return true or false and not the nodes ID in the Tor Network.

This could also be turned into a feature request with a new field showing the tor_url :

https://atlas.torproject.org/#details/D83665AF257FD05C4687897815233FD52A8E9829