intel_additional_information

Additional information related to the host name.

APIs.ioEngineeringPlatform

Properties

Name Type Description
suspected_malware_family string Suspected DGA malware family.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-additional-information-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_additional_information",
  "title": "intel_additional_information",
  "description": "Additional information related to the host name.",
  "properties": {
    "suspected_malware_family": {
      "description": "Suspected DGA malware family.",
      "example": "",
      "type": "string"
    }
  },
  "type": "object"
}