frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tell HN: Codex Is Down [fixed]

55•minimaxir•1h ago•41 comments

Ask HN: Who's still keeping a DOS machine up because the business depends on it?

62•mlaux•4h ago•46 comments

Ask HN: Hypothesis: Cellular providers are deprioritizing voice calls?

12•tkdb•1d ago•24 comments

Ask HN: Any nerds out there who've read a lot of research papers?

14•shriy-singh•1d ago•13 comments

Ask HN: Is Opus 5.5 another step change?

4•consumer451•1h ago•3 comments

Ask HN: IEEE expulsion of Fei-Yue Wang?

6•sathomasga•1d ago•1 comments

Tell HN: OpenAI $500 ProMax plan listed in API

19•GustavHartz•15h ago•22 comments

Ask HN: How do you deal with cyber attacks once you scale?

4•cehgmaster•1d ago•2 comments

FYI: OpenAI "spend limits" aren't always limits

2•iambateman•2h ago•0 comments

Tell HN: Chrome 154 corrupt Fontconfig cache and crash KDE Plasma

3•vdfs•3h ago•0 comments

Ask HN: What vendor you'd switch out if a better option was available?

3•jviotti•6h ago•9 comments

Ask HN: LM Studio Bionic with Python?

2•HoldOnAMinute•4h ago•0 comments

Ask HN: Which model do you use for work?

3•george_max•5h ago•3 comments

Ask HN: Has anyone built a leaderless multi-agent system?

2•har-ki•6h ago•0 comments

Ask HN: Anyone else's OpenAI and Claude API keys mysteriously leaked last night?

2•par•9h ago•0 comments

Ask HN: How do you use LLMs to secure your code and services?

3•cpa•12h ago•0 comments

Ask HN: Migrating personal email domain from Gmail to iCloud?

4•osener•16h ago•4 comments

Ask HN: Where to look for jobs?

4•0x737368•22h ago•1 comments

Ask HN: Is it impossible to disable Siri on macOS 27?

153•semidror•4d ago•87 comments

Ask HN: Are .shop domains down?

5•esher•1d ago•7 comments

Ask HN: How do you feel about the new $500 OpenAI subscription?

2•preommr•1d ago•8 comments

Ask HN: Does a startup need both founder and company X accounts?

3•OnionLayers•1d ago•0 comments

Ask HN: Do you cuss at your agent?

3•ak39•1d ago•8 comments

Ask HN: Folks familiar with infections after TKA

3•zafka•1d ago•0 comments

Ask HN: Does spec-driven development still pay off with frontier coding models?

3•sarangk90•1d ago•2 comments

Ask HN: What job boards are good these days?

21•phendrenad2•2d ago•16 comments

Tell HN: Substack obfuscating text to break reading mode

16•xnx•3d ago•4 comments

Anyone using a Wispr Flow alternative that is non-cloud?

21•itsjeremiahs•3d ago•17 comments

Tell HN: PSA: AI can make old games run on 64-bit macOS

5•Razengan•13h ago•0 comments

When Claude CLI asks for feedback, responding authorizes conversation capture

25•mmaunder•4d ago•3 comments
Open in hackernews

Ask HN: How do you deal with cyber attacks once you scale?

4•cehgmaster•1d ago
Hello,

Legit question for tech department leaders. Our engineers have good solid knowledge on the security todo lists and does/don't. I saw the natural order of things where MVPs or quickly developed tools had to be refactored /redesigned to be more secure or at least up to standard. That's OK. However we are as strong as our weakest link.

As we scaled, each department (also non-tech) slowly started being more proactive, mini tools developed by managers, or leaders, e.g CRM workflows, random scripts, docs, sheets, and now vibe coded tools. All of these are now potential attack vectors. We add to this:

- Non-tech folks in the company, you impose rules, password managers and rotations, but you always have a small percentage of bad actors. - External users not putting good passwords, or using pwned passwords never changing them - Some product decisions or weaknesses built on purpose to facilitate usage of the tools (which goes against perfect security).

In our case it caused us being a target, we are under attack most of the time. We secured our tools under WAF with standard approaches (rate limits, blocking IPs, bot detection), but it feels like there's always a flaw/leak somewhere to fix.

With LLMs attacks are becoming more and more interesting, harder and hard to prevent or detect. We have a proper dev team, good at maintaining the codebase and libraries. You can imagine our mindset shifting from "full feature dev + good maintenance" to "some feature dev, a shit ton of security monitoring".

Our users are not tech savvy. Things like passkeys are sadly out of the question. Even MFA seemed out of reach at some point. Some of them sadly get phished from time to time, it angers us. We want to do more but it feels impossible.

Is there anything you guys did that helped? other than just securing and making it harder for attackers?

Comments

rlandesman•1h ago
I work in the field of ai and cybersecurity at a small startup so can only speak from the experience of helping others solve some of these challenges. I think it comes down to setting guardrails (e.g you must have MFA to access X system), having the right monitoring in place (e.g automated scanners), and strongly leaning into ai-native tooling because ultimately machine-scale attacks and telemetry can only be countered with machine-scale defense.
idontwantthis•1h ago
Hire a CISO and let them build a team empowered to improve your security. Don't depend on a decentralized approach. The most important aspect in my opinion is locking down permissions so that no one has access to everything and each team only has access to the components they need access to. Then one hack doesn't take down the whole company.