Auto-Generated Documentation
This set of documentation is automatically generated from source, and will help ensure any change to functionality will always be documented and available on release.
DNS¶
Fields describing DNS queries and answers.
Field | Type | Description | Required | Default |
---|---|---|---|---|
answers | List [DNSAnswer] | An array containing an object for each answer section returned by the server. | Optional | None |
header_flags | List [Keyword] | Array of 2 letter DNS header flags. | Optional | None |
id | Keyword | The DNS packet identifier assigned by the program that generated the query. | Optional | None |
op_code | Keyword | The DNS operation code that specifies the kind of query in the message. | Optional | None |
question | DNSQuestion | An object encapsulating the question asked to the server. | Optional | None |
resolved_ip | List [IP] | Array containing all IPs seen in answers.data. | Optional | None |
response_code | Keyword | The DNS response code. | Optional | None |
type | Keyword | The type of DNS event captured, query or answer. | Optional | None |