sexta-feira, 26 de maio de 2023

Thousand Ways To Backdoor A Windows Domain (Forest)

When the Kerberos elevation of privilege (CVE-2014-6324 / MS14-068) vulnerability has been made public, the remediation paragraph of the 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 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 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, an 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 :D
  • Use an already available account, and add domain admin privileges to that. Reset its password. Mess with current group memberships - e.g. http://www.exploit-db.com/papers/17167/
  • Backdoor any workstation where domain admins login. While remediating workstations, don't forget to clean the roaming profile. The type of 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 
  • Backdoor files on network shares which are commonly used by domain admins by adding malware to commonly used executables - 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 experimental for addsid
  • Golden tickets - easy to do, hard to detect, medium remediation
  • Silver tickets - 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
  • Backdoor patch management tool, see slides here
[Update 2017.01.10]


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 the 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), including 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)
Update [2015-09-27]: I found this great presentation from Jakob Heidelberg. It mentions (at least) the following techniques, it is worth to check these:
  • Microsoft Local Administrator Password Solution
  • Enroll virtual smart card certificates for domain admins

Forensics

If you have been chosen 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:

Lessons learned

But guess what, not all of these problems are solved by rebuilding the AD. One has 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, analyze 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!

Ps: Thanks to Andrew, EQ, and Tileo for adding new ideas to this post.

Check out the host backdooring post as well! :)
More info

quinta-feira, 25 de maio de 2023

$$$ Bug Bounty $$$

What is Bug Bounty ?



A bug bounty program, also called a vulnerability rewards program (VRP), is a crowdsourcing initiative that rewards individuals for discovering and reporting software bugs. Bug bounty programs are often initiated to supplement internal code audits and penetration tests as part of an organization's vulnerability management strategy.




Many software vendors and websites run bug bounty programs, paying out cash rewards to software security researchers and white hat hackers who report software vulnerabilities that have the potential to be exploited. Bug reports must document enough information for for the organization offering the bounty to be able to reproduce the vulnerability. Typically, payment amounts are commensurate with the size of the organization, the difficulty in hacking the system and how much impact on users a bug might have.


Mozilla paid out a $3,000 flat rate bounty for bugs that fit its criteria, while Facebook has given out as much as $20,000 for a single bug report. Google paid Chrome operating system bug reporters a combined $700,000 in 2012 and Microsoft paid UK researcher James Forshaw $100,000 for an attack vulnerability in Windows 8.1.  In 2016, Apple announced rewards that max out at $200,000 for a flaw in the iOS secure boot firmware components and up to $50,000 for execution of arbitrary code with kernel privileges or unauthorized iCloud access.


While the use of ethical hackers to find bugs can be very effective, such programs can also be controversial. To limit potential risk, some organizations are offering closed bug bounty programs that require an invitation. Apple, for example, has limited bug bounty participation to few dozen researchers.

More articles


Katana ZERO (PC)

Developer:Askiisoft|Release Date:2019|Systems:Win, MacOS, Switch, XBOne

This week on Super Adventures, I'm playing Katana ZERO, a game I know next to nothing about. It might star Zero the Kamikaze Squirrel for all I know, or maybe it's 100% sugar free. I just saw it there on Game Pass and figured I'd give it a look.

Wikipedia claims that it's a 2D action platformer, which sounds good. Though it also says it's made in GameMaker Studio 2 and that doesn't seem so great... at least that's what I thought before I did the research and learned that Hotline Miami, Undertale and Deltarune were all developed in GameMaker. So I guess I should fix my broken assumptions and raise my expectations.

I definitely didn't expect this neon title screen to feature a gentle melancholy bluesy piano track. The game's described as being neo-noir and right now I can believe it. It might also have a bit of a story to it but I'll try not to spoil too much of it for you as I play through the first hour or so.
 
Read on »

quinta-feira, 5 de janeiro de 2023

50% discount for life for any SEO service

Hi!

Rate us 5 stars and get a 50% discount to any of our services
https://www.trustpilot.com/evaluate/seo-treff.de

Once review is live, we`ll grant you access to the big fat discount






Regards
Mike

terça-feira, 15 de novembro de 2022

Cheap web design

Hello

If you ever need your website revamped, contact me here
hunterrichard1979@gmail.com







Regards
Rchard

sexta-feira, 7 de outubro de 2022

sábado, 6 de agosto de 2022

<> Negative SEO Services <>

Hi,

If you ever need Negative SEO Serrvices, we offer it here
https://www.n-seo.co











Unsubscribe:
https://mgdots.co/unsubscribe/

sábado, 2 de julho de 2022

<> Negative SEO Services <>

Hi,

If you ever need Negative SEO Serrvices, we offer it here
https://blackhatsem.co











Unsubscribe:
https://mgdots.co/unsubscribe/

terça-feira, 1 de março de 2022

<> Semrush Links <>

Hi,

Get top Ranks with this never seen before SEO plan:
https://www.creative-digital.co/product/semrush-backlinks/



Regards
Creative Digital Team







Unsubscribe:
https://mgdots.co/unsubscribe/

terça-feira, 1 de fevereiro de 2022

Negative SEO like you never seen before

Tired of trying Negativer plans but that have only partial effect that last
only several weeks?

Try this complex strategy and get the negative SEO effect to come much
faster and last a lot longer than the traditional Negative strategies

More info here
https://www.creative-digital.co/product/derank-seo-service/









Unsubscribe:
in the footer of our site

domingo, 30 de janeiro de 2022

Over this matter.

Greetings,

I have a mandate to seek for an individual or corporate entity, that can help channel funds into profitable investments.

The said Funds cannot be traced because it was deposited in a bank and she wants the funds channeled into investments of value or real estate as an anonymous investor either in your Country or any country of your choice under your supervision, If you are interested in assisting, kindly send me an email so we can conclude on the modalities. She is offering you 30% of the total amount for your kind assistance and cooperation.

My Client, Isabel dos Santos is an Angolan businesswoman, Africa's richest woman and the eldest child of Angola's former President Jose Eduardo dos Santos, who ruled the country from 1979 to 2017. In 2013, according to Forbes, her net worth had exceeded US$2 billion making her Africa's first female US dollar billionaire.

All I require is your honest cooperation to enable us see this transaction through. I will also guarantee you that this will be executed under a legitimate arrangement that will protect you from any breach of the law here or in your country.

Contact me via ( fgrenville00@gmail.com ).

Regards
Fred Grenville

domingo, 16 de janeiro de 2022

<> NEW! Social SEO <>

Hello

Get some SEO action with the latest Social SEO Strategy, our Social Signals
Boost, which will improve your ranks in just 1 week, safely and permanently

check more details about our plans here
https://realsocialsignals.co/buy-social-signals/









Unsubscribe:
https://mgdots.co/unsubscribe/

terça-feira, 21 de dezembro de 2021

<> Business Traffic Plans <>

Hi!

Tired of keep looking for quality business traffic?

your search is over, we provide the best business traffic available on the
market

check our deals and offers here
https://basedbusinesstraffic.co/









Unsubscribe:
https://mgdots.co/unsubscribe/

terça-feira, 30 de novembro de 2021

$99/ per mo. Live Chat - Human Agents

Hi,

Our Real Human Chat Agents will monitor your website 24/7, increase your
leads & lower your overheads. Let's crush your competitors! Prices starting
$99 per month
Check out more at https://crotonz.com/live-chat-e.php

Do you need Data entry/ processing/ email sending/ Ecommerce/ Real estate
Virtual Assistants. Ask for a 15 day trial. Click
https://crotonz.com/virtual-assistants-e.php

Regards,
Sam Miller
info@crotonz.com

domingo, 21 de novembro de 2021

<> cheap whitehat monthly SEO Plans <>

Hello

I`ve just checked your website and saw that it could really use a boost

if you ever should choose to consider a SEO strategy for your website,
kindly check our plans here
https://www.cheapseoagency.co/cheap-seo-packages/

thanks and regards
Cheap SEO Agency









Unsubscribe:
https://mgdots.co/unsubscribe/

segunda-feira, 1 de novembro de 2021

terça-feira, 12 de outubro de 2021

NEW! Social SEO

Hello

Get some SEO action with the latest Social SEO Strategy, our Social Signals
Boost, which will improve your ranks in just 1 week, safely and permanently

check more details about our plans here
https://realsocialsignals.co/buy-social-signals/









Unsubscribe:
please send a blank email to RonaldLilly7162@gmail.com
you will be automatically unsubscribed

segunda-feira, 20 de setembro de 2021

Monthly SEO Plans

Just checked your website and it could really use a boost

If you ever need Google updates free whitehat SEO plans, we are the right
team for you

Results oriented monthly plans to make your SEO trend climb like never
before


https://conversion-seo.co/seo-packages/









Unsubscribe:
please send a blank email to RonaldLilly7162@gmail.com
you will be automatically unsubscribed

quinta-feira, 9 de setembro de 2021

Advanced SEO plans

Off the shell SEO plans to increase your website`s SEO Metrics and Ranks
within just 1 month

See more details here
https://liftmyrank.co/affordable-seo-services-small-businesses/





Unsubscribe:
please send a blank email to RonaldLilly7162@gmail.com
you will be automatically unsubscribed