Daniel Isaac E

2 Followers
20 Following
19 Posts
Offensive-security–focused cybersecurity student.
Interested in adversary behavior, covert techniques, and real-world attack paths.
Writing on Medium.
DEVhttps://dev.to/daniel_isaac_e
Linkedinhttps://www.linkedin.com/in/daniel-isaac-e/

The Internet's Biggest Lie: Your Password Is Never Actually Verified

Every day, billions of people type a password, click "Sign In," and assume the server simply compares it with the one stored in its database.

In reality, that's not how modern authentication works.

Behind every successful login is a carefully engineered process involving HTTPS, TLS, cryptographic hashing, salting, sessions, JWTs, and multi-factor authentication—all working together to protect your identity.

I recently wrote an article exploring what actually happens after you click "Sign In" and why understanding authentication matters for developers, cybersecurity professionals, and anyone building secure applications.

I'd love to hear your thoughts and feedback.

🔗https://danielisaace.hashnode.dev/the-internet-s-biggest-lie-your-password-is-never-actually-verified

#CyberSecurity #Authentication #InfoSec #WebSecurity

The Internet's Biggest Lie: Your Password Is Never Actually Verified

Every day, billions of people type a password, click "Sign In," and assume the server simply compares it with the one stored in its database.

In reality, that's not how modern authentication works.

Behind every successful login is a carefully engineered process involving HTTPS, TLS, cryptographic hashing, salting, sessions, JWTs, and multi-factor authentication—all working together to protect your identity.

I recently wrote an article exploring what actually happens after you click "Sign In" and why understanding authentication matters for developers, cybersecurity professionals, and anyone building secure applications.

I'd love to hear your thoughts and feedback.

🔗https://danielisaace.hashnode.dev/the-internet-s-biggest-lie-your-password-is-never-actually-verified

#CyberSecurity #Authentication #InfoSec #WebSecurity

Most organizations are still preparing for intrusions that look malicious.

I think that’s the mistake.

Modern infrastructures are becoming too interconnected, too identity-driven, and too automation-heavy for future attacks to remain obvious.

The more I study cloud trust relationships, SaaS ecosystems, APIs, and machine identities…

The more I think the next generation of offensive operations will revolve around something far quieter:

Blending into operational normalcy itself.

Not malware.

Not noisy exploit chains.

Not obvious persistence.

Just:

valid sessions

trusted automation

approved integrations

legitimate infrastructure

machine-to-machine trust

At that point, the problem is no longer:

“Can attackers get in?”

It becomes:

“Can defenders still distinguish trust from compromise?”

That’s the idea behind something I’ve been researching lately:

The Synthetic Insider.

An intrusion model where attackers stop behaving like external threats…

and start behaving like operationally legitimate internal presence.

Honestly, I think this shift is going to redefine modern offensive security over the next decade.

Wrote a deeper breakdown on it here:

🔗 https://dev.to/daniel_isaac_e/the-synthetic-insider-1kgf

Curious how others see identity + automation changing the future attack surface.

#CyberSecurity #RedTeam #OffensiveSecurity #IdentitySecurity #CloudSecurity #ThreatIntel

The Synthetic Insider

Most security teams still think in terms of external attackers. Phishing emails. Malware...

DEV Community

We’re securing systems… but ignoring the fastest growing attack surface.

While studying IoT security, one thing became clear:

It’s not the big systems that worry me anymore.

It’s the small, always-on, barely monitored devices inside the same network.

Smart cameras. Sensors. Wearables. Controllers.

Individually harmless.

Collectively… a blind spot.

The problem isn’t one vulnerability

It’s this:
• Devices that are always trusted
• Minimal visibility into what they do
• Weak or inconsistent updates
• Constant background communication
• Growing faster than we can track

At scale, this creates something dangerous:

A network you don’t fully understand anymore

Why this matters

IoT devices are rarely the final target.

But they can become:
• Silent entry points
• Internal visibility nodes
• Pivot points between systems
• Long-term unnoticed presence

Not because they’re powerful —
but because they’re overlooked and trusted.

What I’m learning

IoT security is less about the device itself…
and more about:
• How it fits into the system
• What it communicates with
• What assumptions exist around it

Because risk doesn’t always come from complexity.

Sometimes it comes from what we stop paying attention to.

I wrote a deeper breakdown on this 👇

https://dev.to/blackcipher/the-iot-blind-spot-the-part-of-the-network-we-keep-ignoring-53eg

Curious to hear your thoughts —

#CyberSecurity #IoT #IoTSecurity #InfoSec #RedTeam #ThreatIntel #EmbeddedSecurity #BlackCipher

OAuth consent phishing is scary because it doesn’t “hack” your login — it hacks your trust.

One click on Allow access can grant a malicious app real permission to email/files.

Write-up:
https://danielisaace.medium.com/oauth-consent-phishing-when-allow-access-becomes-a-breach-26f241aa4523

Best detection idea: monitor new OAuth grants + high-risk scopes + unusual app behavior.

OAuth Consent Phishing: When “Allow Access” Becomes a Breach

Most people think account hacking happens like this:

Medium

Hi all — new here.

I’m an offensive-security focused cybersecurity student, interested in how attackers actually move through systems once the noise stops.

Most of my current thinking revolves around:
• adversary behavior vs defender assumptions
• covert techniques and low-signal attack paths
• why monitoring often fails silently
• what “security” looks like after initial access

I write regularly on Medium to structure these ideas and pressure-test my assumptions.

Looking forward to learning from the discussions here and exchanging notes with people who think beyond checklists.

This “Periodic Table of Cybersecurity” is interesting not for what it includes — but for what people study in isolation.

In practice, attackers move horizontally across these categories, while defenders specialize vertically.

Curious how others here map these elements to real incident timelines.

Persistence is the quiet phase that wins breaches.

Most teams focus on “how attackers got in”…
but the real danger is what they change to stay in.

New write-up (beginner → practical):
https://danielisaace.medium.com/persistence-the-quiet-phase-that-wins-breaches-fbbe7357bd81

#infosec #cybersecurity #threathunting #incidentresponse #blueteam

Persistence: The Quiet Phase That Wins Breaches

Most people think hacking ends when the attacker “gets in.”

Medium

🧠 LOTL (Living Off The Land) is one of the most underrated real-world attack styles.

Instead of dropping malware, attackers often abuse trusted tools + normal workflows to blend in.

I wrote a beginner-friendly breakdown (with real defender takeaways):
🔗 https://danielisaace.medium.com/living-off-the-land-lotl-when-the-attacker-uses-your-own-tools-against-you-6a2abde89d28

Curious: do you prioritize initial access prevention or post-compromise movement detection more?

#infosec #cybersecurity #threathunting #soc #blueteam

MFA helps, but if your session token gets stolen… the attacker doesn’t need to “log in” at all.

Wrote a short read on it:
https://danielisaace.medium.com/session-tokens-the-real-password-in-modern-attacks-5d90fe602d4e

What’s your favorite detection signal for token/session abuse?