SigmaHQ/rules/network/net_susp_dns_txt_exec_strings.yml

25 lines
686 B
YAML
Raw Normal View History

2019-11-12 22:12:27 +00:00
title: DNS TXT Answer with possible execution strings
id: 8ae51330-899c-4641-8125-e39f2e07da72
status: experimental
2019-11-12 22:12:27 +00:00
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:
2018-08-08 13:58:19 +00:00
- attack.t1071
author: Markus Neis
date: 2018/08/08
logsource:
category: dns
detection:
selection:
record_type: 'TXT'
answer:
- '*IEX*'
- '*Invoke-Expression*'
- '*cmd.exe*'
condition: selection
falsepositives:
- Unknown
level: high