Guest User

IntelMQ AVRO format

a guest
Jun 4th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.63 KB | None | 0 0
  1. {
  2.     "type" : "record",
  3.     "name" : "ThreatIntelFields",
  4.     "namespace" : "kafkastreams.avro",
  5.     "fields" :
  6.     [
  7.         {
  8.             "name" : "feed_accuracy",
  9.             "type" : [
  10.                         "null",
  11.                         "float"
  12.                      ]
  13.         },
  14.         {
  15.             "name" : "feed_name",
  16.             "type" : [
  17.                         "null",
  18.                         "string"
  19.                      ]
  20.         },
  21.         {
  22.             "name" : "time_observation",
  23.             "type" : [
  24.                         "null",
  25.                         "string"
  26.                      ]
  27.         },
  28.         {
  29.             "name" : "source_ip",
  30.             "type" : [
  31.                         "null",
  32.                         "string"
  33.                      ]
  34.         },
  35.         {
  36.             "name" : "source_url",
  37.             "type" : [
  38.                         "null",
  39.                         "string"
  40.                      ]
  41.         },
  42.         {
  43.             "name" : "source_fqdn",
  44.             "type" : [
  45.                         "null",
  46.                         "string"
  47.                      ]
  48.         },
  49.         {
  50.             "name" : "source_account",
  51.             "type" : [
  52.                         "null",
  53.                         "string"
  54.                      ]
  55.         },
  56.         {
  57.             "name" : "comment",
  58.             "type" : [
  59.                         "null",
  60.                         "string"
  61.                      ]
  62.         },
  63.         {
  64.             "name" : "classification_type",
  65.             "type" : [
  66.                         "null",
  67.                         "string"
  68.                      ]
  69.         },
  70.         {
  71.             "name" : "time_source",
  72.             "type" : [
  73.                 "null",
  74.                         "string"
  75.                      ]
  76.         },
  77.         {
  78.             "name" : "raw",
  79.             "type" : [
  80.                         "null",
  81.                         "string"
  82.                      ]
  83.         },
  84.         {
  85.             "name" : "extra_indicator",
  86.             "type" : "string"
  87.         },
  88.         {
  89.             "name" : "classification_taxonomy",
  90.             "type" : [
  91.                         "null",
  92.                         "string"
  93.                      ]
  94.         },
  95.         {
  96.             "name" : "source_asn",
  97.             "type" : [
  98.                         "null",
  99.                         "int"
  100.                      ]
  101.         },
  102.         {
  103.             "name" : "source_network",
  104.             "type" : [
  105.                         "null",
  106.                         "string"
  107.                      ]
  108.         },
  109.         {
  110.             "name" : "source_geolocation_cc",
  111.             "type" : [
  112.                         "null",
  113.                         "string"
  114.                      ]
  115.         },
  116.         {
  117.             "name" : "source_registry",
  118.             "type" : [
  119.                         "null",
  120.                         "string"
  121.                      ]
  122.         },
  123.         {
  124.             "name" : "source_allocated",
  125.             "type" : [
  126.                         "null",
  127.                         "string"
  128.                      ]
  129.         },
  130.         {
  131.             "name" : "source_as_name",
  132.             "type" : [
  133.                         "null",
  134.                         "string"
  135.                      ]
  136.         },
  137.         {
  138.             "name" : "extra_adversary",
  139.             "type" : [
  140.                         "null",
  141.                         "string"
  142.                      ]
  143.         },
  144.         {
  145.             "name" : "extra_author",
  146.             "type" : [
  147.                         "null",
  148.                         "string"
  149.                      ]
  150.         },
  151.         {
  152.             "name" : "extra_industries",
  153.             "type" : [
  154.                         "null",
  155.                         {
  156.                             "type" : "array",
  157.                             "items" : "string"
  158.                         }
  159.                      ]
  160.         },
  161.         {
  162.             "name" : "extra_pulse",
  163.             "type" : [
  164.                         "null",
  165.                         "string"
  166.                      ]
  167.         },
  168.         {
  169.             "name" : "extra_pulse_key",
  170.             "type" : [
  171.                         "null",
  172.                         "string"
  173.                      ]
  174.         },
  175.         {
  176.             "name" : "extra_tags",
  177.             "type" : [
  178.                         "null",
  179.                         {
  180.                             "type" : "array",
  181.                             "items" : "string"
  182.                         }
  183.                      ]
  184.         },
  185.         {
  186.             "name" : "extra_time_updated",
  187.             "type" : [
  188.                         "null",
  189.                         "string"
  190.                      ]
  191.         }
  192.     ]
  193. }
Advertisement
Add Comment
Please, Sign In to add comment