Skip to content
README.md 474 B
Newer Older
ldemarcosm's avatar
ldemarcosm committed
# l3_centralizedattackdetector
- Receives snapshot statistics from Distributed Attack Detector component and performs an inference to detect attacks. It then sends the detected attacks to the Attack Mitigator component for them to be mitigated.
- Functions: 
  - AnalyzeConnectionStatistics(self, request: L3CentralizedattackdetectorMetrics)
  - AnalyzeBatchConnectionStatistics(self, request: L3CentralizedattackdetectorBatchInput)
  - GetFeaturesIds(self, request: Empty)