Walter.Net.HoneyPot
OnDataReceived Event (IHoneyPotPortListner)
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace > IHoneyPotPortListner Interface : OnDataReceived Event
Triggered when data is received and allows you to generate a response when assigning a value to the Answer property of the Answer argument.
Syntax
Event Data

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

PropertyDescription
If value is set the socket will answer the text assigned  
Will terminate the connection, set to false if you like to "keep the conversation going" for legal proposes  
Set the value to True if you would like to generate an incident  
The data collected during the detection  
Gets the guard response.  
The port alias that detected the communication  
This will let the service send the file and a command to the attacker  
Remarks
The argument will log the communications in HoneyPotDetectionEventArgs.Data property of the event. this contains the data send and received as well timestamped and in clear text. Note that HoneyPotServerListnerOption.LogDataForAudit must be set to true else the event is not triggered
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