`

[转]backdoor a windows domain

 
阅读更多
原文地址:http://jumpespjump.blogspot.com/2015/03/thousand-ways-to-backdoor-windows.html

When the Kerberos elevation of privilege (CVE-2014-6324 / MS14-068) vulnerability has been made public, the remediation paragraph of following blog post made some waves:
http://blogs.technet.com/b/srd/archive/2014/11/18/additional-information-about-cve-2014-6324.aspx

"The only way a domain compromise can be remediated with a high level of certainty is a complete rebuild of the domain."

Personally, I agree with this, but .... But whether this is the real solution, I'm not sure. And the same applies to compromised computers. When it has been identified that malware was able to run on the computer (e.g. scheduled scan found the malware), there is no easy way to determine with 100% certainty that there is no rootkit on the computer. Thus rebuilding the computer might be a good thing to consider. For paranoids, use a new hardware ;)

But rebuilding a single workstation and rebuilding a whole domain is not on the same complexity level. Rebuilding a domain can take weeks or months (or years, which will never happen, as the business will close before that).

There are countless of documented methods to backdoor a computer, but I have never seen a post where someone collects all the methods to backdoor a domain. In the following, I will refer to domain admin, but in reality, I mean Domain Admins, Enterprise Admins, and Schema Admins.


Ways to backdoor a domain
So here you go, a incomplete list to backdoor a domain:

Create a new domain admin user. Easy to do, easy to detect, easy to remediate
Dump password hashes. The attacker can either crack those, or just pass-the-hash. Since KB2871997, pass-the-hash might be trickier (https://technet.microsoft.com/library/security/2871997), but not impossible. Easy to do, hard to detect, hard to remediate - just think about service user passwords. And during remediation, consider all passwords compromised, even strong ones.
Logon scripts - modify the logon scripts and add something malicious in it. Almost anything detailed in this post can be added
Use an already available account, and add domain admin privileges to that. Reset it's password. Mess with current group memberships - e.g. http://www.exploit-db.com/papers/17167/
Backdoor any workstation where domain admins log in. While remediating workstations, don't forget to clean the roaming profile. The type of the backdoor can use different forms: malware, local admin, password (hidden admin with 500 RID), sticky keys, etc.
Backdoor any domain controller server. For advanced attacks, see Skeleton keys(Skeleton keys: http://adsecurity.org/?p=1255
Backdoor files on network shares which are commonly used by domain admins by adding malware to commonly used executables - Backdoor factory(Backdoor factory: https://github.com/secretsquirrel/the-backdoor-factory)
Change ownership/permissions on AD partitions - if you have particular details on how to do this specifically, please comment
Create a new domain user. Hide admin privileges with SID history. Easy to do, hard to detect, easy to remediate - check Mimikatz(Mimikatz:https://github.com/gentilkiwi/mimikatz) experimental for addsid
Golden tickets(http://rycon.hu/papers/goldenticket.html) - easy to do, hard to detect, medium remediation
Silver tickets(http://www.beneaththewaves.net/Projects/Mimikatz_20_-_Silver_Ticket_Walkthrough.html) - easy to do, hard to detect, medium/hard remediation
Backdoor workstations/servers via group policy
HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ RunOnce,
scheduled tasks (run task 2 years later),
sticky-keys with debug(http://www.labofapenetrationtester.com/2012/05/fun-with-sticky-keys-utilman-and.html)
Backdoor patch management tool, see slides here


Other tricks
The following list does not fit in the previous "instant admin" tips, but still, it can make the attackers life easier if their primary foothold has been disabled:

Backdoor recent backups - and when backdoor is needed, destroy the files, so the files will be restored from the backdoored backup
Backdoor the Exchange server - get a copy of emails
Backdoor workstation/server golden image
Change permission of logon scripts to allow modification later
Place malicious symlinks to file shares, collect hashes via SMB auth tries on specified IP address, grab password hashes later
Backdoor remote admin management e.g. HP iLO - e.g. create new user, or steal current password
Backdoor files e.g. on shares to use in SMB relay
Backdoor source code of in-house-developed software
Use any type of sniffed or reused passwords in new attacks, e.g. network admin, firewall admin, VPN admin, AV admin, etc.
Change the content of the proxy pac file (change browser configuration if necessary), include special exception(s) for a chosen domain(s)  to use proxy on malicious IP. Redirect the traffic, enforce authentication, grab password hashes, ???, profit.
Create high privileged users in applications running with high privileges, e.g. MSSQL, Tomcat, and own the machine, impersonate users, grab their credentials, etc. The typical pentest path made easy.
Remove patches from servers, change patch policy not to install those patches.
Steal Windows root/intermediate CA keys
Weaken AD security by changing group policy (e.g. re-enabling LM-hashes)


Forensics
If you have been choosen to remediate a network where attackers gained domain admin privileges, well, you have a lot of things to look for

I can recommend two tools which can help you during your investigation:

AD explorer tool to diff AD
NTDS forensics
BTAhttps://bitbucket.org/iwseclabs/bta (thx to Sn0rkY)


Lessons learned
But guess what, not all of these problems are solved by rebuilding the AD. One have to rebuild all the computers from scratch as well. Which seems quite impossible. When someone is creating a new AD, it is impossible not to migrate some configuration/data/files from the old domain. And whenever this happens, there is a risk that the new AD will be backdoored as well.

Ok, we are doomed, but what can we do? I recommend proper log analysis, analyse trends, and detect strange patterns in your network. Better spend money on these, than on the domain rebuild. And when you find something, do a proper incident response. And good luck!
分享到:
评论

相关推荐

    backdoor后门

    4. **多平台兼容性**:随着技术的发展,Backdoor不再仅限于Windows平台,而是逐渐扩展到Linux、Mac OS等多个操作系统。 #### 三、Backdoor后门的常见类型 1. **Web Shell**:主要针对Web服务器,通过上传恶意脚本...

    A PoC backdoor that uses Gmail as a C&C server.zip

    A PoC backdoor that uses Gmail as a C&C server

    php backdoor

    php backdoor, very good to use

    工具介绍-the-backdoor-factory(第九课).docx

    工具介绍 - The Backdoor Factory(第九课) The Backdoor Factory 是一个功能强大的工具,用于生成后门Payload,并将其植入到可执行文件中。下面是对该工具的详细介绍和知识点总结。 什么是 The Backdoor Factory...

    backdoor-factory

    win32PE是Windows操作系统中的可执行文件格式,而ELF则广泛应用于Unix、Linux等类Unix系统。通过Backdoor Factory,用户可以生成定制化的后门程序,这对于模拟攻击场景、测试防御策略或教授安全概念非常有帮助。 在...

    delphi Backdoor.Metarage

    【描述】:Backdoor.Metarage是一种由Delphi编程语言编写的恶意后门软件,它主要针对Windows操作系统,允许攻击者远程控制受感染的系统,执行各种非法活动,包括数据盗窃、监控用户行为以及传播其他恶意软件。...

    backdoor_for_windows

    backdoor_for_windows -您需要linux和Windows机器来执行此操作 在“ sock.bind(your_ip,your_port)”上为您自己的IP和端口号编辑server.py。 在“ s.connect(your_ip,your_port)”上为您自己的IP和端口号...

    rootkit,backdoor

    在IT安全领域,"rootkit"和"backdoor"是两个关键的概念,它们与系统漏洞、恶意软件和网络攻防紧密相关。Rootkit是一种高级的、隐蔽的技术,它被设计用于隐藏恶意软件的存在,通常包括工具集,可以篡改操作系统内核,...

    Backdoor.Win32.Delf.aws

    Backdoor.Win32.Delf.aws 病毒样本。

    ident_backdoor.nasl

    ident_backdoor

    account_backdoor.nasl

    account_backdoor

    Linux.BackDoor.Gates.5木马处理文档

    生产使用的Linux.BackDoor.Gates.5木马处理文档!

    Diffie-Hellman_Backdoor, 如何后门 Diffie Hellman.zip

    Diffie-Hellman_Backdoor, 如何后门 Diffie Hellman 如何后门 diffie白皮书:白皮书是在ePrint上。这里 repo 包含关于如何后门 diffie hellman的研究:backdoor_generator/ 包含为 diffie hellman后门生成和导出参数...

    Backdoor.Win32.Hupigon.dsx专杀

    【病毒名称】:Backdoor.Win32.Hupigon.dsx 【病毒类型】:后门 【危害程度】:中 【传播方式】:网络 【受影响系统】:windows 98以上 病毒行为: 病毒运行后,首先修改该系统时间,致使一些杀软安软因系统时间不符...

    php_backdoor.php

    大马文件

    backdoor-pyc, 带代码的修补程序文件 相当 lame.zip

    backdoor-pyc, 带代码的修补程序文件 相当 lame 后门沉淀物用恶意代码文件替换pmbus文件。更改日志#### 11/10/2015不再向tmp写入,直接编辑pyc文件Bug 修复以前的工作https://www.virusbtn.com/virusbulletin

    Exploring Backdoor Attacks on DRL-based TCC system

    这篇论文——"Stop-and-Go: Exploring Backdoor Attacks on Deep Reinforcement Learning-based Traffic Congestion Control Systems"揭示了DRL模型在交通管理中的潜在风险,即可能受到后门攻击(Backdoor Attack)...

    ident_backdoor2.nasl

    ident_backdoor2

    Backdoor-CTF-Crypto-400.rar

    "Backdoor-CTF-Crypto-400"可能是一个中级难度的题目,其难度级别为400,暗示着这可能是一个需要深入理解和应用密码学知识才能解决的问题。下面,我们将深入探讨可能涉及的密码学知识点。 1. **加密算法**:题目中...

Global site tag (gtag.js) - Google Analytics