Walter.Net.HoneyPot
OnDataReceived Event (HoneyPotPortListener)
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace > HoneyPotPortListener Class : OnDataReceived Event
Syntax
public event EventHandler<HoneyPotDetectionEventArgs> OnDataReceived
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  
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