通过 WMIPrvSE 生成的枚举命令
编辑通过 WMIPrvSE 生成的枚举命令
编辑识别由 Windows 管理规范提供程序服务 (WMIPrvSE) 生成的本地 Windows 主机和网络枚举命令。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.process-*
- logs-windows.forwarded*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-system.security*
- logs-m365_defender.event-*
- logs-sentinel_one_cloud_funnel.*
- logs-crowdstrike.fdr*
严重性: 低
风险评分: 21
运行频率: 5 分钟
搜索索引自: now-9m (日期数学格式,另请参见 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:执行
- 数据源:Elastic Endgame
- 数据源:Elastic Defend
- 数据源:系统
- 数据源:Microsoft Defender for Endpoint
- 数据源:Sysmon
- 数据源:SentinelOne
- 数据源:Crowdstrike
版本: 314
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where host.os.type == "windows" and event.type == "start" and process.command_line != null and process.name: ( "arp.exe", "dsquery.exe", "dsget.exe", "gpresult.exe", "hostname.exe", "ipconfig.exe", "nbtstat.exe", "net.exe", "net1.exe", "netsh.exe", "netstat.exe", "nltest.exe", "ping.exe", "qprocess.exe", "quser.exe", "qwinsta.exe", "reg.exe", "sc.exe", "systeminfo.exe", "tasklist.exe", "tracert.exe", "whoami.exe" ) and process.parent.name:"wmiprvse.exe" and not ( process.name : "sc.exe" and process.args : "RemoteRegistry" and process.args : "start=" and process.args : ("demand", "disabled") ) and not process.args : "tenable_mw_scan"
框架: MITRE ATT&CKTM
-
策略
- 名称:执行
- ID:TA0002
- 参考网址:https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称:Windows 管理规范
- ID:T1047
- 参考网址:https://attack.mitre.org/techniques/T1047/
-
策略
- 名称:发现
- ID:TA0007
- 参考网址:https://attack.mitre.org/tactics/TA0007/
-
技术
- 名称:系统网络配置发现
- ID:T1016
- 参考网址:https://attack.mitre.org/techniques/T1016/
-
子技术
- 名称:互联网连接发现
- ID:T1016.001
- 参考网址:https://attack.mitre.org/techniques/T1016/001/
-
技术
- 名称:远程系统发现
- ID:T1018
- 参考网址:https://attack.mitre.org/techniques/T1018/
-
技术
- 名称:进程发现
- ID:T1057
- 参考网址:https://attack.mitre.org/techniques/T1057/
-
技术
- 名称:帐户发现
- ID:T1087
- 参考网址:https://attack.mitre.org/techniques/T1087/
-
技术
- 名称:软件发现
- ID:T1518
- 参考网址:https://attack.mitre.org/techniques/T1518/