2023-02-21 22:15:30 +01:00
title : PUA - Adidnsdump Execution
2022-01-01 08:42:40 +01:00
id : 26d3f0a2-f514-4a3f-a8a7-e7e48a8d9160
2023-01-27 06:48:34 +01:00
status : test
2022-01-01 08:42:40 +01:00
description : |
2022-10-28 15:06:36 +02:00
This tool enables enumeration and exporting of all DNS records in the zone for recon purposes of internal networks Python 3 and python.exe must be installed,
Usee to Query/modify DNS records for Active Directory integrated DNS via LDAP
2022-01-01 08:42:40 +01:00
references :
2022-07-11 17:48:40 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1018/T1018.md#atomic-test-9---remote-system-discovery---adidnsdump
2022-10-28 15:06:36 +02:00
author : frack113
2022-01-01 08:42:40 +01:00
date : 2022 /01/01
2023-02-21 22:15:30 +01:00
modified : 2023 /02/21
2022-10-28 15:06:36 +02:00
tags :
- attack.discovery
- attack.t1018
2022-01-01 08:42:40 +01:00
logsource :
category : process_creation
product : windows
detection :
selection :
2022-09-01 15:22:26 +02:00
Image|endswith : '\python.exe'
CommandLine|contains : 'adidnsdump'
2022-01-01 08:42:40 +01:00
condition : selection
falsepositives :
- Unknown
level : low