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.
Property | Description |
---|---|
Answer | If value is set the socket will answer the text assigned |
CloseConnection | Will terminate the connection, set to false if you like to "keep the conversation going" for legal proposes |
CreateIncident | Set the value to True if you would like to generate an incident |
Data | The data collected during the detection |
GuardResponse | Gets the guard response. |
PortAlias | The port alias that detected the communication |
SendPayload | 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