Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

I Am Two Years in Tech and I'm Not Afraid to Admit That:

1. I don’t have it all figured out When I first started out, I thought that by now I’d have found my niche in tech. I imagined I’d be confidently calling myself a frontend expert or clearly walking one defined path. Well that hasn’t happ…

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




1. I don’t have it all figured out



When I first started out, I thought that by now I’d have found my niche in tech. I imagined I’d be confidently calling myself a frontend expert or clearly walking one defined path.



Well that hasn’t happened yet and I’m learning to be okay with that.



What I’ve realized instead is that I’m someone who uses technology based on need. If a project requires data analysis, I’ll lean into data. If it needs automation, I’ll build it. If integrating LLMs makes sense, I’ll explore that too. Not because data or AI is my niche, but because the problem demanded certain tools and principles.



Maybe my path isn’t about narrowing down quickly. Maybe it’s about learning how to adapt, explore, and build what’s needed and letting clarity emerge with time.









2. I still Google syntax and concepts



A lot.



Mention something unfamiliar to me and I’m probably already opening a new tab to understand it better. I used to think that by now, things should just stick, that knowing how to code meant memorizing syntax and concepts.



What I’m slowly unlearning is this: good developers aren’t walking encyclopedias. They’re problem solvers.



Googling isn’t a weakness; it’s part of the workflow. It’s how things get built. Accepting this has helped me stop measuring my competence by how much I can recall, and start measuring it by how well I can figure things out.









3. There are moments impostor syndrome gets the best of me



Especially when I’m in rooms with people who sound more confident, move fast, and seem to know exactly what they’re doing.



Sometimes it shows up quietly in the form of a small voice asking if I really belong here. Other times it’s loud, convincing me I’m behind or just pretending. But I’ve started to notice something: impostor syndrome tends to show up when I care deeply, when I’m stretching myself, and when I’m stepping into spaces that challenge me.



And maybe that’s not a sign of inadequacy,maybe it’s a sign of growth.









How Am I Coping?






1. By surrounding myself with developers who’ve been where I am



Not people who pretend the journey was easy, but people who remember what it felt like to be confused, unsure, and still showing up.



Being in community has reminded me that many of the struggles I experience aren’t personal failures, rather they’re shared experiences. Seeing others a few steps ahead who once stood where I am gives me perspective, reassurance, and hope.









2. By putting myself in rooms that stretch me



Not to compare myself or shrink, but to listen, connect, and learn.



Truth be told, it’s uncomfortable sometimes. I don’t always feel like I have something impressive to say. But I’m learning that growth rarely happens in isolation or comfort. It happens when you stay in the room long enough to listen, ask questions, and allow yourself to be seen.









3. By doing things that scare me: like writing this post



This has been on my to-do list since January. Not because I didn’t have time, but because I was afraid of being perceived. Afraid of saying the wrong thing. Afraid of not sounding “ready.”



Publishing this feels like winning a battle against self




Excited techie









A small introduction



Hi there,


I’m Nessah, well it's Vanessa(but feel free to call me Nessah)

I'm just a techie navigating the uncharted waters of this industry.



Welcome to my tech journal.


It's not a highlight reel, but a record. A place to think out loud, document what I’m learning, and make sense of the work as it unfolds.



Here you’ll find technical notes, half-formed ideas, lessons that only make sense after you trip over them, and reflections from navigating an industry that moves fast and rarely waits for certainty.



Please be nice😊

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
1 Warnungen
title: Detect Exploitation - I Am Two Years in Tech and I'm Not Afraid to Admit That:
id: d3a7abe7-d772-4a09-b9cf-e33693826e38
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-26
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-26"
        description = "YARA Signature for "
    strings:
        $str = "I Am Two Years in Tech and I\'m" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("I Am Two Years in Tech and Im Not Afraid")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*I Am Two Years in Tech and Im Not Afraid*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "I Am Two Years in Tech and Im Not Afraid"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph3 Knoten / 2 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich I Am Two Years in Tech and I'm Not Afrai.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten I Am Two Years in Tech and I'm Not Afraid to Admit That:

Thematisch verwandte Begriffe: Years, Tech, Afraid, Admit · 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-86066 | Horilla is an HR and CRM software. Prior to 2.0.0, approve_validate_atte…
Advisory →
tsecurity.de Icon
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