Walter.Net.HoneyPot
OnBytesReceived Event (IHoneyPotPortListner)
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace > IHoneyPotPortListner Interface : OnBytesReceived Event
Occurs when Bytes are processed and after Data received is triggered, event is ideal for accessing raw bytes from the remote endpoint.
Syntax
event EventHandler<BytesReceivedEventArg> OnBytesReceived
Event Data

The event handler receives an argument of type BytesReceivedEventArg containing data related to this event. The following BytesReceivedEventArg properties provide information specific to this event.

PropertyDescription
Gets the Honey-Pot port detection meta data.  
Gets the raw bytes send by the malicious endpoint.  
Remarks
HoneyPotServerListnerOption.LogDataForAudit needs to be enabled and HoneyPotServerListnerOption.MaximumDataSizeToAccept is likely not exceeded however more data can be read by the system if UDP data us used
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also