-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
Description
The TCP scanner should create and publish TCP scan events. Both the Agent and Island should use these events instead of ScanTelem
.
Tasks
- Define a new
TCPScanEvent
incommon.events
(0d) - @ilija-lazoroski - Modify the tcp scanner to accept an
IAgentEventQueue
(0d) @mssalvatore - Modify the tcp scanner to generate and publish
TCPScanEvent
(0d) - @shreyamalviya @ilija-lazoroski - Modify the Island to handle
TCPScanEvent
- Update nodes (0d) @ilija-lazoroski
- Update report generation, or update reports to use
IEvenRepository
instead ofScanTelem
orVictimHost
or whatever they're using (0d) - Note: Move/copy/common the logic to translate ports to services from the agent to reports @VakarisZ
- Remove
ScanTelem
(0d) @VakarisZ - Avoid race conditions between ping and tcp scan events (0d) @mssalvatore