Enum: DnsActivityRcodeIdEnum
The normalized identifier of the DNS server response code. See <a
target='_blank'
href='https://datatracker.ietf.org/doc/html/rfc6895'>RFC-6895.
URI: ocsf:DnsActivityRcodeIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| NOERROR | None | No Error |
| FORMERROR | None | Format Error |
| SERVERROR | None | Server Failure |
| NXDOMAIN | None | Non-Existent Domain |
| NOTIMP | None | Not Implemented |
| REFUSED | None | Query Refused |
| YXDOMAIN | None | Name Exists when it should not |
| YXRRSET | None | RR Set Exists when it should not |
| NXRRSET | None | RR Set that should exist does not |
| NOTAUTH | None | Not Authorized or Server Not Authoritative for zone |
| NOTZONE | None | Name not contained in zone |
| DSOTYPENI | None | DSO-TYPE Not Implemented |
| BADSIG_VERS | None | TSIG Signature Failure or Bad OPT Version |
| BADKEY | None | Key not recognized |
| BADTIME | None | Signature out of time window |
| BADMODE | None | Bad TKEY Mode |
| BADNAME | None | Duplicate key name |
| BADALG | None | Algorithm not supported |
| BADTRUNC | None | Bad Truncation |
| BADCOOKIE | None | Bad/missing Server Cookie |
| UNASSIGNED | None | The codes deemed to be unassigned by the RFC (unassigned codes: 12-15, 24-384... |
| RESERVED | None | The codes deemed to be reserved by the RFC (codes: 3841-4095, 65535) |
| OTHER | None | The dns response code is not defined by the RFC |
Slots
| Name | Description |
|---|---|
| rcode_id | The normalized identifier of the DNS server response code |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: DnsActivityRcodeIdEnum
description: 'The normalized identifier of the DNS server response code. See <a
target=''_blank''
href=''https://datatracker.ietf.org/doc/html/rfc6895''>RFC-6895</a>.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
NOERROR:
text: NOERROR
description: No Error.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: NoError
FORMERROR:
text: FORMERROR
description: Format Error.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: FormError
SERVERROR:
text: SERVERROR
description: Server Failure.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: ServError
NXDOMAIN:
text: NXDOMAIN
description: Non-Existent Domain.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: NXDomain
NOTIMP:
text: NOTIMP
description: Not Implemented.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: NotImp
REFUSED:
text: REFUSED
description: Query Refused.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: Refused
YXDOMAIN:
text: YXDOMAIN
description: Name Exists when it should not.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: YXDomain
YXRRSET:
text: YXRRSET
description: RR Set Exists when it should not.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: YXRRSet
NXRRSET:
text: NXRRSET
description: RR Set that should exist does not.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '8'
caption:
tag: caption
value: NXRRSet
NOTAUTH:
text: NOTAUTH
description: Not Authorized or Server Not Authoritative for zone.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '9'
caption:
tag: caption
value: NotAuth
NOTZONE:
text: NOTZONE
description: Name not contained in zone.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '10'
caption:
tag: caption
value: NotZone
DSOTYPENI:
text: DSOTYPENI
description: DSO-TYPE Not Implemented.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '11'
caption:
tag: caption
value: DSOTYPENI
BADSIG_VERS:
text: BADSIG_VERS
description: TSIG Signature Failure or Bad OPT Version.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '16'
caption:
tag: caption
value: BADSIG_VERS
BADKEY:
text: BADKEY
description: Key not recognized.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '17'
caption:
tag: caption
value: BADKEY
BADTIME:
text: BADTIME
description: Signature out of time window.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '18'
caption:
tag: caption
value: BADTIME
BADMODE:
text: BADMODE
description: Bad TKEY Mode.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '19'
caption:
tag: caption
value: BADMODE
BADNAME:
text: BADNAME
description: Duplicate key name.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '20'
caption:
tag: caption
value: BADNAME
BADALG:
text: BADALG
description: Algorithm not supported.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '21'
caption:
tag: caption
value: BADALG
BADTRUNC:
text: BADTRUNC
description: Bad Truncation.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '22'
caption:
tag: caption
value: BADTRUNC
BADCOOKIE:
text: BADCOOKIE
description: Bad/missing Server Cookie.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '23'
caption:
tag: caption
value: BADCOOKIE
UNASSIGNED:
text: UNASSIGNED
description: 'The codes deemed to be unassigned by the RFC (unassigned codes:
12-15, 24-3840,
4096-65534).'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '24'
caption:
tag: caption
value: Unassigned
RESERVED:
text: RESERVED
description: 'The codes deemed to be reserved by the RFC (codes: 3841-4095, 65535).'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '25'
caption:
tag: caption
value: Reserved
OTHER:
text: OTHER
description: The dns response code is not defined by the RFC.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other