I fully assume there are more hacks we don’t hear about that ones we do. Not only because of cover ups but it can’t be that hard to cover your tracks if you know what you are doing.
Its an interesting question. If someone unauthorized was on your network exfiltrating data how would you know?
Hackers went undetected in Citrix’s internal network for six months
61–70 of 122 posts
Re: Hackers went undetected in Citrix’s internal network for six months
#62> Citrix said in a later update on April 4 that the attack was likely a result of password spraying, which attackers use to breach accounts by brute-forcing from a list of commonly used passwords that aren’t protected with two-factor authentication. How did Citrix not have 2FA in place?
Lower level Windows authentication mechanisms can't be configured for 2FA. If your active directory domain is functional at all then at the very least your systems need to be able to talk via SMB and ldap to a domain controller. With sufficient privileges you're able to execute code on other machines via either protocol.
You only need an infected machine, not even user credentials, to be able to perform password spraying or kerberoasting attacks.
Re: Hackers went undetected in Citrix’s internal network for six months
#63Re: Hackers went undetected in Citrix’s internal network for six months
#64I fully assume there are more hacks we don’t hear about that ones we do. Not only because of cover ups but it can’t be that hard to cover your tracks if you know what you are doing.
Its an interesting question. If someone unauthorized was on your network exfiltrating data how would you know?
So even if it's someone with valid access, it would be investigated immediately.
Re: Hackers went undetected in Citrix’s internal network for six months
#65Earlier quoted context omitted.
So you're saying they caught the attackers using one of the most sophisticated pieces of malware ever created. Good, we agree.
They caught the malware not the attackers. Otherwise we would be talking about the authors.
Re: Hackers went undetected in Citrix’s internal network for six months
#66I fully assume there are more hacks we don’t hear about that ones we do. Not only because of cover ups but it can’t be that hard to cover your tracks if you know what you are doing.
And it sounds like Citrix didn't even notice, it was the FBI who noticed then alerted Citrix.
Re: Hackers went undetected in Citrix’s internal network for six months
#67This might not be the right place for this, but where should one get started with security research?
Re: Hackers went undetected in Citrix’s internal network for six months
#68Earlier quoted context omitted.
Its an interesting question. If someone unauthorized was on your network exfiltrating data how would you know?
Even more interesting is how the FBI knew they'd been infiltrated before they themselves did? (There's the obvious conspiracy style accusation in that they were already in there poking around... but that doesn't seem to ring true in this regard)
Re: Hackers went undetected in Citrix’s internal network for six months
#69Earlier quoted context omitted.
I was with you up until the last paragraph, but no. That's not 2fa, that's switching one factor for another. People should use a password manager with an rng to generate and store passwords. IT departments should run password spraying attacks themselves as well as blacklisting known-compromised passwords. There's really good tooling for this (likely the same tooling this adversary used!) Separately from this, people…
> People should use a password manager with an rng to generate and store passwords. [...] > Separately from this, people should use hardware 2fa tokens whose weakest link isn't the cell phone company support. What would be better is to support certificate based authentication in combination with a username and password. Then you have 2FA without having to share the private key. You can even get 3FA if the private key…
Re: Hackers went undetected in Citrix’s internal network for six months
#70I fully assume there are more hacks we don’t hear about that ones we do. Not only because of cover ups but it can’t be that hard to cover your tracks if you know what you are doing.
Its an interesting question. If someone unauthorized was on your network exfiltrating data how would you know?