mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
Merge pull request #145 from yt0ng/master
DNS TXT Answer with possible execution strings
This commit is contained in:
commit
01215a645e
22
rules/network/net_susp_dns_txt_exec_strings.yml
Normal file
22
rules/network/net_susp_dns_txt_exec_strings.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
title: DNS TXT Answer with possible execution strings
|
||||||
|
status: experimental
|
||||||
|
description: Detects strings used in command execution in DNS TXT Answer
|
||||||
|
references:
|
||||||
|
- https://twitter.com/stvemillertime/status/1024707932447854592
|
||||||
|
- https://github.com/samratashok/nishang/blob/master/Backdoors/DNS_TXT_Pwnage.ps1
|
||||||
|
tags:
|
||||||
|
- attack.t1071
|
||||||
|
author: Markus Neis
|
||||||
|
date: 2018/08/08
|
||||||
|
logsource:
|
||||||
|
category: dns
|
||||||
|
detection:
|
||||||
|
selection:
|
||||||
|
answer:
|
||||||
|
- '*IEX*'
|
||||||
|
- '*Invoke-Expression*'
|
||||||
|
- '*cmd.exe*'
|
||||||
|
condition: selection
|
||||||
|
falsepositives:
|
||||||
|
- Unknown
|
||||||
|
level: high
|
Loading…
Reference in New Issue
Block a user