具有密码策略发现功能的 PowerShell 脚本
编辑具有密码策略发现功能的 PowerShell 脚本编辑
识别使用与使用 WinRM 的远程执行活动相关的 Cmdlet 和方法。攻击者可以滥用 WinRM 使用内置工具进行横向移动。
规则类型:查询
规则索引:
- winlogbeat-*
- logs-windows.powershell*
严重性:低
风险评分: 21
每隔运行:60m
从以下时间搜索索引:now-119m(日期数学格式,另请参阅 其他回溯时间
)
每次执行的最大警报数: 100
参考:无
标签:
- 域:端点
- 操作系统:Windows
- 用例:威胁检测
- 策略:发现
- 策略:执行
- 数据源:PowerShell 日志
- 规则类型:BBR
版本: 5
规则作者:
- Elastic
规则许可:Elastic 许可证 v2
设置编辑
设置
必须启用PowerShell 脚本块记录记录策略。使用高级审核配置实施记录策略的步骤
Computer Configuration > Administrative Templates > Windows PowerShell > Turn on PowerShell Script Block Logging (Enable)
通过注册表实施记录策略的步骤
reg add "hklm\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging" /v EnableScriptBlockLogging /t REG_DWORD /d 1
规则查询编辑
event.category: "process" and host.os.type:windows and ( powershell.file.script_block_text: ( "Get-ADDefaultDomainPasswordPolicy" or "Get-ADFineGrainedPasswordPolicy" or "Get-ADUserResultantPasswordPolicy" or "Get-DomainPolicy" or "Get-GPPPassword" or "Get-PassPol" ) or powershell.file.script_block_text: ( ("defaultNamingContext" or "ActiveDirectory.DirectoryContext" or "ActiveDirectory.DirectorySearcher") and ( ( ".MinLengthPassword" or ".MinPasswordAge" or ".MaxPasswordAge" ) or ( "minPwdAge" or "maxPwdAge" or "minPwdLength" ) or ( "msDS-PasswordSettings" ) ) ) ) and not powershell.file.script_block_text : ( "sentinelbreakpoints" and "Set-PSBreakpoint" and "PowerSploitIndicators" ) and not ( powershell.file.script_block_text : ("43c15630-959c-49e4-a977-758c5cc93408" and "CmdletsToExport" and "ActiveDirectory.Types.ps1xml") ) and not user.id : "S-1-5-18"
框架:MITRE ATT&CKTM
-
策略
- 名称:发现
- ID:TA0007
- 参考 URL:https://attack.mitre.org/tactics/TA0007/
-
技术
- 名称:密码策略发现
- ID:T1201
- 参考网址:https://attack.mitre.org/techniques/T1201/
-
策略
- 名称:执行
- ID:TA0002
- 参考网址:https://attack.mitre.org/tactics/TA0002/
-
技术
- 名称:命令和脚本解释器
- ID:T1059
- 参考网址:https://attack.mitre.org/techniques/T1059/
-
子技术
- 名称:PowerShell
- ID:T1059.001
- 参考网址:https://attack.mitre.org/techniques/T1059/001/