Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type" : "record",
- "name" : "ThreatIntelFields",
- "namespace" : "kafkastreams.avro",
- "fields" :
- [
- {
- "name" : "feed_accuracy",
- "type" : [
- "null",
- "float"
- ]
- },
- {
- "name" : "feed_name",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "time_observation",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_ip",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_url",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_fqdn",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_account",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "comment",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "classification_type",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "time_source",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "raw",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "extra_indicator",
- "type" : "string"
- },
- {
- "name" : "classification_taxonomy",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_asn",
- "type" : [
- "null",
- "int"
- ]
- },
- {
- "name" : "source_network",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_geolocation_cc",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_registry",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_allocated",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "source_as_name",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "extra_adversary",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "extra_author",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "extra_industries",
- "type" : [
- "null",
- {
- "type" : "array",
- "items" : "string"
- }
- ]
- },
- {
- "name" : "extra_pulse",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "extra_pulse_key",
- "type" : [
- "null",
- "string"
- ]
- },
- {
- "name" : "extra_tags",
- "type" : [
- "null",
- {
- "type" : "array",
- "items" : "string"
- }
- ]
- },
- {
- "name" : "extra_time_updated",
- "type" : [
- "null",
- "string"
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment