Namespace: | GLOBAL |
---|---|
Source File: | /scripts/base/bif/plugins/Bro_Finger.events.bif.bro |
finger_reply: event | Generated for Finger replies. |
finger_request: event | Generated for Finger requests. |
Type : | event (c: connection, reply_line: string) |
---|
Generated for Finger replies.
See Wikipedia for more information about the Finger protocol.
C : | The connection. |
---|---|
Reply_line : | The reply as returned by the server |
See also: finger_request
Todo
Bro’s current default configuration does not activate the protocol analyzer that generates this event; the corresponding script has not yet been ported to Bro 2.x. To still enable this event, one needs to register a port for it or add a DPD payload signature.
Type : | event (c: connection, full: bool, username: string, hostname: string) |
---|
Generated for Finger requests.
See Wikipedia for more information about the Finger protocol.
C : | The connection. |
---|---|
Full : | True if verbose information is requested (/W switch). |
Username : | The request’s user name. |
Hostname : | The request’s host name. |
See also: finger_reply
Todo
Bro’s current default configuration does not activate the protocol analyzer that generates this event; the corresponding script has not yet been ported to Bro 2.x. To still enable this event, one needs to register a port for it or add a DPD payload signature.