Home/Cyber Security
guide 02 · the perimeter

Cyber Security

Every system you build is a target. Cyber security is the practice of protecting data, systems, and people from attack — and it isn’t a product you buy once. It’s a layer that has to wrap every other layer, continuously, or none of them are safe.

confidentiality integrity availability
bdcc — threat monitor
$ watch threats --live
12:04:01 brute-force on /login blocked
12:04:03 phishing link clicked quarantined
12:04:04 port scan 41.x.x.x dropped
patch level current
mfa enforced · 0 critical
$
first principles

Security is risk management, not a wall

There is no such thing as “perfectly secure.” Every connection, account, and line of code is part of your attack surface. Good security isn’t about building an unbreakable wall — it’s about reducing risk to an acceptable level, detecting what gets through, and recovering fast when it does.

P
Protect

Reduce the attack surface and make intrusion costly.

D
Detect

Assume some attacks land — and see them quickly.

R
Respond

Contain, recover, and learn before damage spreads.

The hardest truth in the field: most breaches don’t come from genius hackers. They come from unpatched software, weak passwords, and people clicking links — which is why phishing and basic hygiene matter more than any single tool.

the framework

The CIA triad

Every security control exists to protect one of three properties. If you can name which one a measure defends, you understand why it’s there.

Confidentiality — only the right eyes

Keeping data secret from anyone not authorized to see it. Defended by encryption, access controls, and the principle of least privilege.

  • Encryption at rest and in transit
  • Role-based access & need-to-know
  • Multi-factor authentication (MFA)

Failure mode: a data breach — secrets exposed.

Integrity — data you can trust

Ensuring data isn’t altered or tampered with, accidentally or maliciously. You must be able to prove a record is exactly what it should be.

  • Hashing & digital signatures
  • Change logging and version control
  • Backups that can’t be silently modified

Failure mode: tampering or ransomware encrypting your data.

Availability — there when needed

Keeping systems and data accessible to authorized users when they need them. Security that locks everyone out has failed at availability.

  • Redundancy & failover
  • DDoS protection
  • Disaster recovery & backups

Failure mode: a DDoS attack or outage takes you offline.

the attacker's playbook

How an attack actually unfolds

Most breaches follow a recognizable sequence. Tap each stage to see what the attacker does — and how defenders break the chain. Stop them at any link and the attack fails.

🔍
Recon
scout
🚪
Intrude
get in
Escalate
gain power
📤
Exfiltrate
steal & cover
how defenders win

Defense in depth

No single control is enough. Strong security layers independent defenses so that when one fails, another still stands. Expand each layer.

The new perimeter. Multi-factor authentication, least privilege, and zero-trust mean a stolen password alone isn’t enough to get in. Identity is now the #1 target and the #1 defense.

Firewalls, segmentation, and intrusion detection limit where an attacker can move. Segmentation means breaching one system doesn’t hand over the whole network.

Laptops, servers, and phones are entry points. Endpoint detection plus disciplined patching closes the known holes attackers rely on most.

Encryption and immutable backups mean that even if data is stolen it’s unreadable, and even if it’s ransomed you can restore. Backups are your last line against ransomware.

You can’t stop what you can’t see. Centralized logging, alerting, and a practiced incident-response plan turn a potential disaster into a contained event.

try it · runs entirely in your browser

How strong is a password?

Type any sample password below to see its estimated strength and how long a fast attacker would take to crack it by brute force. Nothing is sent anywhere — this runs locally. (Don’t use a real one.)

Length / character pool
Entropy (bits)
Time to crack (1011 guesses/sec)
Verdict

Reality check: length beats complexity. A long passphrase of common words usually outperforms a short tangle of symbols — and a password manager plus MFA beats memorizing anything.

knowledge check

Test yourself

Four questions on the fundamentals.

put it to work

Security shouldn’t be an afterthought.

Threat defense, identity & access, vulnerability management, and audit-ready compliance (SOX, PCI DSS, ISO 27001) — RHC Solutions leads with security on every engagement, and can act as your fractional CISO when you need senior leadership without a full-time hire.

Next guide → Cloud: the foundation everything runs on