possible_system_network_connections_discovery_sysmonwindows_logs
Description
Adversaries may attempt to get a listing of network connections to or from the compromised system they are currently accessing or from remote systems by querying for information over the network. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection0.target.process.command_line = "net config" or $selection0.target.process.command_line = "net use" or $selection0.target.process.command_line = "net sessions" or $selection0.target.process.command_line = "net file" or $selection0.target.process.command_line = "net1 config" or $selection0.target.process.command_line = "net1 use" or $selection0.target.process.command_line = "net1 sessions" or $selection0.target.process.command_line = "net1 file" or $selection0.target.process.command_line = "netstat" or $selection0.target.process.command_line = "Get-NetTCPConnection")
condition:
$selection0