Readit News logoReadit News
twistedpair commented on Ask HN: Who is hiring? (March 2025)    · Posted by u/whoishiring
twistedpair · 6 months ago
Mabl | US/India | Software Engineer | ONSITE / REMOTE

We need your help to scale up our cloud based, AI testing software startup and put our 40M Series C raise to work.

We’re a 100% serverless operation built on Google Cloud Platform that rapidly develops and deploys features on a CI/CD model. Seven years in, we’re a Gartner recognized industry player and growing our engineering ranks to keep building out our platform.

Our open positions:

- Software Engineer - Mobile Infrastructure (Onsite / Hybrid US)

- Software Engineer - Integrations Team (Remote India)

Our stack is built with modern Java 17, TypeScript, and Infrastructure as Code

Drop me (an engineer), any questions joe at-symbol mabl.com, and checkout our careers site [1]. We can’t wait to work with you.

[1] https://www.mabl.com/join-the-team

twistedpair commented on Rollbar Had a Data Breach    · Posted by u/jguimont
twistedpair · 2 years ago
Should API access keys be stored in plain text such that they can easily be recovered from backups or clones to data warehouses?

Best practice would be to store such keys in an encrypted state, to prevent such breaches from non-production datasource access, or _even_ direct production database access.

twistedpair commented on Google Cloud Europe service disruption   status.cloud.google.com/r... · Posted by u/eodafbaloo
tinco · 2 years ago
So this is probably too soon, thoughts and prayers for the datacenter operators and staff out there, but are they going to auction off the flooded hardware? Trying to restore a flooded Google rack sounds like a super fun project.

Anyone experience with losing an entire DC to flooding?

edit: I just Googled it (lol) and this DC has to be brand spanking new (https://cloud.google.com/blog/products/infrastructure/google...), apparently they just opened it last June. Google must be livid with the contractors who built the place for it to get flooded so soon.

twistedpair · 2 years ago
Better than when Planet's DC actually exploded [1].

Restoration is hard when health and safety are in question. Good luck to these ops folks <3

[1] https://www.datacenterknowledge.com/archives/2008/06/01/expl...

twistedpair commented on Google to reduce workforce by 12k   blog.google/inside-google... · Posted by u/colesantiago
MonkeyClub · 3 years ago
> It seems like all of the FAANGs have made severe strategic cockups

I’m becoming more and more convinced that they’re preparing for a global recession.

I posed such an Ask HN a while ago, before the Microsoft layoffs, where the general takeaway was that there’s no indication for a recession.

However, after the 10+12K layoffs by the giants, and constant news about smaller layoffs by smaller companies (in the 100s per announcement), I think the situation becomes at once clearer and bleaker.

We shall survive.

twistedpair · 3 years ago
"recession" talk provides cloud cover for many a company to pare back and prune products, processes, and people in a way that would normally cause more out cry. It's not that such changes aren't needed, but they can pile up until a forcing function triggers a hard look and it's acceptable to do them.
twistedpair commented on LastPass user vaults stolen in recent hack   blog.lastpass.com/2022/12... · Posted by u/mikece
heluser · 3 years ago
Not surprising to see another LastPass incident but I wonder why nowadays anyone would choose LastPass over 1password
twistedpair · 3 years ago
I prefer LastPass' featureset over 1Password, when I've trial them both, but I certainly don't prefer LastPass' opsec.
twistedpair commented on Okta says its GitHub account hacked, source code stolen   bleepingcomputer.com/news... · Posted by u/nazgulsenpai
axsharma · 3 years ago
Add to it that they reviewed "all recent commits to Okta software repositories." Due diligence or indicative of the threat actor having write access?

Many unanswered questions.

twistedpair · 3 years ago
A good reason to give engineers PGP keys and turn on the "required code signing" feature on your org. Alas, security and productivity are perpetual odds.
twistedpair commented on Okta says its GitHub account hacked, source code stolen   bleepingcomputer.com/news... · Posted by u/nazgulsenpai
e1g · 3 years ago
GitHub recently introduced fine-grained tokens that can be scoped to a single repository that might work for your use-case https://github.blog/2022-10-18-introducing-fine-grained-pers...
twistedpair · 3 years ago
I'm excited for FGPATs, but they're still in beta and still have a lot of shortcomings at this time.
twistedpair commented on Okta says its GitHub account hacked, source code stolen   bleepingcomputer.com/news... · Posted by u/nazgulsenpai
leftcenterright · 3 years ago
Red flags for me:

- Github alerted Okta about the access, they were not able to detect this themselves (https://docs.github.com/en/organizations/keeping-your-organi...)

- It only says "access to code repositories" (it does not say anything about the level of that access, it might as well mean write access, capability to trigger actions etc.)

- Not relying on the confidentiality of source code is great, but malicious CD workflow actions would still be a risk if attackers had that level of access.

- No information about the entry point for compromise.

I doubt their 'commitment to transparency'.

twistedpair · 3 years ago
IAM on GitHub needs so much <3. So broad, much ow.

For example, I trialed major security vendor's enterprise product. They required their app be granted Admin on the GitHub org. All they needed to do was create issues, PRs, and read source code for analysis. There are scopes for that.

I was eventually on a call with a principle engineer in this company, who kept saying they needed this permissions, and I kept showing him the API docs that showed that wasn't so. Eventually he said, "well, we won't _use_ all those permissions, so just give them to us anyway, because it's easier this way." Sure, I'll give you the ability to change all my code, add/remove users, drop repos... etc, and trust that some day, when you're hacked, someone will not use those over granted permissions maliciously?

Security is hard. Be careful what permissions you give your 3rd party GitHub integrations.

twistedpair commented on Uber investigating breach of its computer systems   nytimes.com/2022/09/15/te... · Posted by u/arkadiyt
aeyes · 3 years ago
From information floating around on Twitter it looks like they had the password to the SSO account of an employee and then social engineered their way to get the employee to accept the push MFA prompt to add a new device.

At this point it appears that they found more credentials on the internal network and owned SSO, MFA and AD giving admin access to everything.

twistedpair · 3 years ago
> found more credentials on the internal network ... giving admin access to everything

That's my hangup. The fact that admin/root level accounts can be accessed with "credentials" alone, rather than only via SSO/MFA/Yubikey. Were these service accounts, what happened to least privilege?

twistedpair commented on Uber investigating breach of its computer systems   nytimes.com/2022/09/15/te... · Posted by u/arkadiyt
dx034 · 3 years ago
And as other people have already written, that's the main issue. Not that someone got compromised, but that passwords for admin accounts to all those services were stored on a network share.
twistedpair · 3 years ago
I'm still confused. Why did people have username/password logins to the AWS console? Either require SSO login, or require HW tokens to get in as an AWS user. Then it doesn't matter if someone finds the password file, it's useless.

u/twistedpair

KarmaCake day1793December 5, 2012
About
Found in Boston proper. Diehard distance runner.

Strict over Duck typing. Funct over Imp coding.

Async over Blocking. KV over ACID.

Keeps BigData humming.

View Original