The company also should have restricted network access to the port in the conference room so that an unknown device like a Raspberry Pi could not make an Ethernet connection from that spot Bad take - the actual problem is that there was a trusted network in the first place. This kind of network access control is trivial to bypass, and trusted devices can get compromised.
It's not my field, but at least at my work the network can somehow tell the difference between an authorized user and not. It is not simply using the MAC address. A guest device connected to the ethernet port in the conference room has the same access as a device connected to the guest wifi, a staff laptop has it's usual access.
Hackers shoveled snow for company, were rewarded with network admin access
61–70 of 81 posts
Re: Hackers shoveled snow for company, were rewarded with network admin access
#62What always gets me about these red team attacks is the same thing that gets me about internal phishing test emails. My company sent an internal phishing test last week. Several people immediately reported it to a cybersecurity engineer, posted about it in Slack, saying they were surprised that such a sophisticated phishing attack was happening. I too was surprised - Google is usually much better about catching these…
I remember at some point Google disallowed more phishing attacks from red teams. Nothing new was being learned. They always work.
There's other types of social engineering, but phishing is mostly an engineering issue.
Re: Hackers shoveled snow for company, were rewarded with network admin access
#63Re: Hackers shoveled snow for company, were rewarded with network admin access
#64Earlier quoted context omitted.
Expiring passwords are one of my biggest gripes, and I still see them everywhere
Expiring passwords and length limits. Why can't my password be a 5KB long? My password manager has no limits. Are people storing them in plain text in 2026?
Expiration is self-evident. Long lived tokens you can just whip around will whip around. The number one group of people who are hurt by expiration are those not using a password manager anyways. Autogenerated and autofilled passwords can expire all they want, it's a non-issue.
Special characters are dumb and unnecessary. They also pose a fun challenge when you happen to run into a situation where you can't input them anymore all of a sudden.
People cannot participate in cryptographic schemes, only machines can. These gimmicks do not help fix that. It's "theatre", as they say.
Re: Hackers shoveled snow for company, were rewarded with network admin access
#65Earlier quoted context omitted.
How about mixing up band names? Take the end of "Florence and the machine" and mix it with the start of "Rage against the machine" and you now have the totally unguessable "Rage sharing the machine". It's a different machine see?! Nobody would know that!
The The but the first The is from The Who
Re: Hackers shoveled snow for company, were rewarded with network admin access
#66Re: Hackers shoveled snow for company, were rewarded with network admin access
#67Re: Hackers shoveled snow for company, were rewarded with network admin access
#68Earlier quoted context omitted.
Expiring passwords are one of my biggest gripes, and I still see them everywhere
Expiring passwords and length limits. Why can't my password be a 5KB long? My password manager has no limits. Are people storing them in plain text in 2026?
Re: Hackers shoveled snow for company, were rewarded with network admin access
#69Earlier quoted context omitted.
Expiring passwords are one of my biggest gripes, and I still see them everywhere
Expiring passwords and length limits. Why can't my password be a 5KB long? My password manager has no limits. Are people storing them in plain text in 2026?
Because that opens you up to an entirely new class of attack. You have to set the limit somewhere and if you set it at INT_MAX, then a malicious user could find a O(n^2) path in your password validator and input a 4GB password that locks up the machine. Or they could create 1000 users in a row with 4GB passwords and fill up your storage.