- decnet/profiler/: analyze attacker behavior timings, command sequences, service probing patterns - Enables detection of coordinated attacks vs random scanning - Feeds into attacker scoring and risk assessment
6 lines
169 B
Python
6 lines
169 B
Python
"""DECNET profiler — standalone attacker profile builder worker."""
|
|
|
|
from decnet.profiler.worker import attacker_profile_worker
|
|
|
|
__all__ = ["attacker_profile_worker"]
|