base/bif/plugins/Zeek_SNMP.events.bif.zeek¶
-
GLOBAL¶
- Namespace
GLOBAL
Summary¶
Events¶
An SNMPv3 encrypted PDU message. |
|
An SNMP |
|
An SNMP |
|
An SNMP |
|
An SNMP |
|
An SNMP |
|
An SNMP |
|
An SNMP |
|
An SNMP |
|
An SNMP |
|
A datagram with an unknown SNMP version. |
|
An SNMP PDU message of unknown type. |
|
An SNMPv3 |
Detailed Interface¶
Events¶
-
snmp_encrypted_pdu¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header)
An SNMPv3 encrypted PDU message.
- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
-
snmp_get_bulk_request¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::BulkPDU)
An SNMP
GetBulkRequest-PDUmessage from RFC 3416.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_get_next_request¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::PDU)
An SNMP
GetNextRequest-PDUmessage from either RFC 1157 or RFC 3416.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_get_request¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::PDU)
An SNMP
GetRequest-PDUmessage from either RFC 1157 or RFC 3416.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_inform_request¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::PDU)
An SNMP
InformRequest-PDUmessage from RFC 3416.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_report¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::PDU)
An SNMP
Report-PDUmessage from RFC 3416.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_response¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::PDU)
An SNMP
GetResponse-PDUmessage from RFC 1157 or aResponse-PDUfrom RFC 3416.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_set_request¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::PDU)
An SNMP
SetRequest-PDUmessage from either RFC 1157 or RFC 3416.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_trap¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::TrapPDU)
An SNMP
Trap-PDUmessage from RFC 1157.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_trapV2¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, pdu:SNMP::PDU)
An SNMP
SNMPv2-Trap-PDUmessage from RFC 1157.- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Pdu
An SNMP PDU data structure.
-
snmp_unknown_header_version¶ - Type
event(c:connection, is_orig:bool, version:count)
A datagram with an unknown SNMP version.
- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Version
The value of the unknown SNMP version.
-
snmp_unknown_pdu¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, tag:count)
An SNMP PDU message of unknown type.
- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Tag
The tag of the unknown SNMP PDU.
-
snmp_unknown_scoped_pdu¶ - Type
event(c:connection, is_orig:bool, header:SNMP::Header, tag:count)
An SNMPv3
ScopedPDUDataof unknown type (neither plaintext or an encrypted PDU was in the datagram).- C
The connection over which the SNMP datagram is sent.
- Is_orig
The endpoint which sent the SNMP datagram.
- Header
SNMP version-dependent data that precedes PDU data in the top-level SNMP message structure.
- Tag
The tag of the unknown SNMP PDU scope.