Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
YouTube Security VideosTechLinked: MacOS 27 launch ain't looking so good(23.09.2026 um 21:00 Uhr)
YouTube Security VideosNeil Patel: Don't Just Be Right. Be Repeatable. #shorts(23.09.2026 um 20:04 Uhr)
YouTube Security VideosMicrosoft Mechanics: How to Share a Copilot Agent With Your Team(23.09.2026 um 20:30 Uhr)
Sicherheitslücken (CVE)USN-8806-1: NetworkManager vulnerability(23.09.2026 um 15:24 Uhr)
Sicherheitslücken (CVE)USN-8807-1: Open-iSNS vulnerability(23.09.2026 um 19:07 Uhr)
Unix & Linux ServerUSN-8808-1: SQL parse vulnerabilities(23.09.2026 um 20:19 Uhr)
YouTube Security VideosTechLinked: MacOS 27 launch ain't looking so good(23.09.2026 um 21:00 Uhr)
YouTube Security VideosNeil Patel: Don't Just Be Right. Be Repeatable. #shorts(23.09.2026 um 20:04 Uhr)
YouTube Security VideosMicrosoft Mechanics: How to Share a Copilot Agent With Your Team(23.09.2026 um 20:30 Uhr)
Sicherheitslücken (CVE)USN-8806-1: NetworkManager vulnerability(23.09.2026 um 15:24 Uhr)
Sicherheitslücken (CVE)USN-8807-1: Open-iSNS vulnerability(23.09.2026 um 19:07 Uhr)
Unix & Linux ServerUSN-8808-1: SQL parse vulnerabilities(23.09.2026 um 20:19 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Security+ started, 3 tools built, real attacks found on my own machine

Two weeks into a structured cybersecurity learning journey. This is the Week 2 review. Week 1 review and daily posts are on my profile. What changed between Week 1 and Week 2 Week 1 was about understanding how things work — networking p…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Two weeks into a structured cybersecurity learning journey. This is the Week 2 review. Week 1 review and daily posts are on my profile.



What changed between Week 1 and Week 2



Week 1 was about understanding how things work — networking protocols, Linux commands, basic Python. The goal was to build a mental model.



Week 2 was about applying that understanding — studying for a real certification, building tools that do real things, and confronting real evidence of attacks.



The difference is not just in what I learned. It is in what I produced.



Security+ — 7 days of study



I booked the CompTIA Security+ SY0-701 exam for June 9, 2026. Eight weeks to study. I am using Professor Messer's free course on his website.



Seven days in, three domains covered:



Domain 1 — General Security Concepts



The CIA triad is not marketing language. Each component represents a genuinely distinct security property that can fail independently:




  • Confidentiality fails in data breaches

  • Integrity fails when data is modified in transit

  • Availability fails during DDoS attacks and ransomware



Authentication (proving identity) and authorization (granting permissions) are separate systems that both need to work correctly. Security+ tests whether you can identify which one is broken in a given scenario.



Domain 2 — Threats, Vulnerabilities, and Mitigations



This is the largest domain at 22% of the exam. Eight malware categories, eight social engineering attack types, vulnerability scanning, penetration testing phases, and threat intelligence.



The malware distinction that appears most on practice tests: a virus requires human action to spread. Worms spread automatically by exploiting vulnerabilities. They have different propagation mechanisms, which means they require different defenses.



Social engineering: pretexting is the one that most people underestimate. A convincing scenario and a phone call can bypass technical defenses entirely. Training is the only defense.



Domain 3 — Security Architecture



Zero Trust is the most important concept here. Never trust, always verify. Every access request is authenticated and authorized regardless of whether it comes from inside or outside the network. This replaced perimeter security when remote work and cloud services made the concept of a network perimeter meaningless.



Three tools built this week



Port Scanner v2 — upgraded with a service name dictionary. Port numbers now display with protocol names. Small change, more useful output.



Password Generator — generates cryptographically random passwords using Python's string and random libraries. Takes length and count as input. 20 lines.



Log Analyzer — this one produced something real. It reads Linux auth.log files and ranks source IP addresses by failed SSH login attempts.



I ran it against /var/log/auth.log on my Kali machine. My system has been running for less than two weeks and already has external IP addresses in the log with multiple failed SSH attempts.



That is a real attack against a real system I own, caught by a tool I wrote.



In a production environment, SIEM tools do this at enterprise scale — parsing millions of log entries from thousands of systems simultaneously and alerting on anomalous patterns. My script does the same thing on a small scale. Understanding it at the code level makes the enterprise tool more intuitive.



OverTheWire Bandit — levels 8 through 15



Key concepts from this week's levels:



Level 10 — base64 decoding. Base64 is encoding, not encryption. Looks mysterious, decodes instantly. Attackers use it for obfuscation. One command undoes it.



Level 12 — layered compression. A file compressed multiple times using gzip, bzip2, and tar. Had to use the file command after each decompression to identify the next layer. This is how malware analysts unpack obfuscated payloads.



Level 14 — SSH key authentication. A private key file is used to log into a server without a password. How cloud servers are accessed in production environments. Stolen SSH keys = persistent backdoor access.



Level 15 — netcat. Raw TCP connections to any host and port. One of the most versatile tools in network security and penetration testing.



Resume drafted



First draft complete. No cybersecurity job experience. Instead: technical skills section with 12 tools and concepts, three Python security tools with GitHub links and documentation, Security+ exam date, and 14 days of public learning documentation.



The goal is that a recruiter who spends 30 seconds on the resume and then 2 minutes on GitHub has enough verifiable evidence to decide this candidate is worth interviewing.



Week 3 starts



Security+ Domains 4 and 5 — Security Operations and Security Program Management — are 48% of the exam combined. Domain 4 alone is 28%. This is where incident response, threat intelligence, SIEM, and vulnerability management live. The most relevant domain for a SOC analyst role.



First job applications are being sent this week. Resume is ready. Security+ is listed as in progress with an exam date.



Everything is public. Two GitHub repositories and blog posts are linked on my profile.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Security+ started, 3 tools built, real attacks found on my own machine

Thematisch verwandte Begriffe: Security, started, tools, built · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-90904 | Joomla Extension - joomshaper.com - Broken Access Control (ACL Bypass) i…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick