OPEN TO WORK · RIYADH, SA
Mohammed Alshehri

Mohammed
Alshehri

Cybersecurity Analyst / SOC Operations / Incident Response

Information Systems graduate with hands-on SOC experience at TAHAKOM, resolving up to 15 security cases weekly through SIEM triage and MITRE ATT&CK threat hunting. CompTIA Security+ certified. I turn noisy alerts into decisions.

EXPERIENCESOC Intern · TAHAKOM
CASES / WEEK6–15 triaged
CERTIFIEDSecurity+ SY0-701
soc-analyst — zsh — 92×28
~ whoami
mohammed_alshehri // cybersecurity analyst
bsc information systems · imam mohammad ibn saud islamic university
location: riyadh, saudi arabia
~ cat certifications.txt
[✓] CompTIA Security+ (SY0-701)
[✓] Digital Forensics Fundamentals — Tuwaiq Academy
[✓] Boss of the SOC (BOTS V1) — Splunk
~ ./list_skills.sh --core
siem · logrhythm, splunk, log analysis
hunting · mitre att&ck ttp mapping
threat_intel · dark web monitoring, osint
network · ngfw policies, nat, vlan segmentation
email_sec · spf / dkim / dmarc, header analysis
~ systemctl status availability
● availability.service — active (open to work)
  seeking: SOC Analyst · Cybersecurity Analyst
~
LogRhythmSplunkMITRE ATT&CKEDRVirusTotalWiresharkNGFWSPF / DKIM / DMARCLinuxOSINTDark Web Monitoring
01
01 / EXPERIENCE

Inside a national SOC

Four months embedded in TAHAKOM's Information Security Department — real alerts, real escalations, real adversary tradecraft.

Cybersecurity Analyst — Intern
TAHAKOM · Information Security Department
Security Operations Center · Riyadh, Saudi Arabia
AUG 2025 — JAN 2026
  • SIEM incident triage. Performed triage and incident response on 6–15 security cases per week by analyzing LogRhythm SIEM logs, correlating IOCs, and validating email headers against SPF/DKIM/DMARC to separate real phishing from noise.
  • MITRE ATT&CK threat hunting. Ran weekly hypothesis-driven hunts, mapping adversary TTPs to the ATT&CK matrix and surfacing anomalous behaviors for escalation — accelerating detection ahead of alerting.
  • Phishing analysis. Dissected suspicious email campaigns end to end: header forensics, URL and attachment analysis, IOC extraction, and feedback into detection rules.
  • Firewall configuration (NGFW). Configured next-generation firewall security policies, NAT rules, and VLAN segmentation as part of a structured network security lab build.
  • Digital forensics & IR support. Applied network, email, and disk forensics techniques to case investigation and post-incident reconstruction.
◈ THREAT INTELLIGENCE dark_web_monitoring — continuous

Conducted threat intelligence analysis and dark web monitoring to identify emerging threats, leaked credentials, and fresh IOCs targeting the organization — feeding findings directly into SOC incident response workflows so exposure was actioned before it became an incident.

LogRhythm SIEMIncident ResponseMITRE ATT&CKThreat HuntingDark Web MonitoringIOC AnalysisPhishing ForensicsNGFWVLAN SegmentationOSINT
Bachelor of Information Systems
Imam Mohammad Ibn Saud Islamic University · Riyadh
2021 — 2026
02
02 / CASE FILES

Two investigations, start to finish

One real supply-chain compromise briefed to leadership, and one simulated enterprise breach reconstructed from raw log data.

CASE 01 — NPM_SUPPLY_CHAIN_POSTMORTEM SEVERITY: CRITICAL

Phishing-based 2FA bypass → malicious injection across 18 packages

A maintainer-targeted phishing campaign defeated two-factor authentication, giving the attacker publishing rights to widely-used NPM packages. Malicious code was injected downstream into 18 packages — turning a single credential compromise into a dependency-graph-wide exposure. I reconstructed the attack chain and presented it, with mitigations, to TAHAKOM's Information Security director and the wider department.

0
PACKAGES COMPROMISED
2FA
CONTROL BYPASSED
T1195
ATT&CK TECHNIQUE
DIR
AUDIENCE LEVEL

ATTACK CHAIN

  • Targeted phishing against package maintainers using a convincing lookalike registry domain
  • Real-time credential and OTP relay defeating two-factor authentication
  • Attacker-controlled publish of tampered package versions
  • Malicious payload propagated through 18 packages and their dependents

MITIGATION GUIDANCE

  • Phishing-resistant MFA (hardware / FIDO2) for all publish-capable accounts
  • Dependency pinning with lockfile integrity verification in CI
  • SBOM generation and continuous dependency monitoring
  • Monitoring for anomalous package install and post-install script behaviour
Supply-Chain Attack2FA BypassThreat AnalysisPost-Mortem ReportingExecutive Briefing
CASE 02 — BOTS_V1 · CYBERDEFENDERS TYPE: TRAINING EXERCISE

Reconstructing a breach from raw Splunk data, with no alert to start from

Boss of the SOC is a blue-team investigation lab — I worked the V1 dataset on CyberDefenders. You are dropped into an enterprise environment indexed in Splunk after a compromise has already happened: no alert to anchor on, no starting point, no summary. Just raw logs from web servers, IDS, endpoints and firewalls, and a set of questions you can only answer by reconstructing the events yourself. I worked it the way I would work a live case: establish the sequence before forming a theory, pivot on each confirmed indicator rather than broadening the search, and trust correlation across sources over any single log.

SPLUNK
PLATFORM
E2E
TIMELINE BUILT
SPL
QUERY LANGUAGE
JUL 26
COMPLETED

INVESTIGATION PATH

  • Started from a raw index with no alert to anchor on — scoped the environment and available log sources first
  • Used SPL to narrow from broad time windows down to the specific events that actually mattered
  • Pivoted on each confirmed indicator — addresses, hostnames, file artefacts — instead of widening the query
  • Correlated findings across web, network and endpoint sources to place events in the right sequence
  • Documented it as a timeline so every conclusion traced back to a specific logged event

WHAT IT TAUGHT ME

  • Pivoting beats searching — one confirmed indicator opens more than a broad query ever will
  • Build the timeline first; conclusions drawn before the sequence is clear tend to be wrong
  • The answer usually lives in the correlation between log sources, not inside any single one
  • Knowing which questions the data cannot answer matters as much as the ones it can
SplunkSPLLog AnalysisIOC PivotingTimeline ReconstructionCyberDefenders
03
03 / PROCESS

How I work an alert

The same five steps whether it's a phishing report or a suspicious process tree. Most of the value is in doing them in order.

01
Detect SIEM / REPORT

The alert lands, or a user reports something. First question isn't "is this bad" — it's "what fired, on which asset, for which user, and have we seen this pattern before." Context before analysis.

02
Triage SCOPE & SEVERITY

Decide fast: true positive or benign, one host or many, contained or spreading. I timebox this deliberately — a quick, defensible "no" protects the queue as much as catching a real one does.

03
Investigate EVIDENCE & PIVOTS

Pull what actually proves it: raw logs, email headers, file hashes, process ancestry, destination reputation. Then pivot on every confirmed indicator rather than widening the search and hoping.

04
Contain ACTION

Recommend or take the step that stops the bleeding — block, isolate, reset, revoke — sized to how confident I actually am. Over-containment costs the business; under-containment costs more.

05
Report HANDOVER & FEEDBACK

Write it so the next analyst doesn't repeat the work: what happened, what was done, which indicator to watch, and what detection would have caught this earlier. The last part is what stops the same case coming back.

04
04 / THREAT HUNTING

ATT&CK coverage, honestly mapped

Techniques I have personally triaged, hunted, or analysed — not a wish list. Click any highlighted cell for what the work actually involved.

0
TECHNIQUES ENGAGED
0
TACTICS COVERED
0
CASES / WEEK PEAK
WKLY
HUNT CADENCE
HANDS-ON EXPERIENCE MATRIX CONTEXT

▸ Select a highlighted technique above to see the hands-on detail.

05
05 / CAPABILITIES

Core skill set

Built in a live SOC environment, not a lab simulation.

S01
SIEM & Incident Triage

Alert triage and full incident response on 6–15 cases weekly in LogRhythm — log correlation, IOC enrichment, severity calls, and escalation with defensible write-ups.

LogRhythmSplunkLog AnalysisCase Mgmt
S02
MITRE ATT&CK Threat Hunting

Hypothesis-driven hunts mapping adversary TTPs to the ATT&CK matrix, surfacing behavior that never fired an alert and turning findings into escalations.

TTP MappingBehavioral AnalyticsHunt Cadence
S03
Dark Web Monitoring

Continuous monitoring of underground sources for leaked credentials, exposed assets, and chatter — turning external signals into actionable internal IOCs.

OSINTThreat IntelCredential Leaks
S04
Firewall Configuration (NGFW)

Next-generation firewall policy design, NAT rule sets, and VLAN segmentation — building the network boundaries that shrink an attacker's blast radius.

NGFW PolicyNATVLAN Segmentation
S05
Phishing Analysis

Header forensics with SPF/DKIM/DMARC validation, URL and attachment analysis, sender infrastructure pivoting, and campaign-level IOC extraction.

Header AnalysisSPF/DKIM/DMARCVirusTotal
S06
Digital Forensics & IR

Network, email, disk, and metadata forensics plus steganography analysis — reconstructing what happened, in what order, and what the attacker touched.

Network ForensicsDisk ForensicsWireshark
06
06 / CREDENTIALS

Certifications & training

SEC+
CompTIA Security+ (SY0-701)
CompTIA
Threat detection, incident response, risk management, and security tools implementation.
NOV 2025
DFIR
Digital Forensics Fundamentals Program
Tuwaiq Academy
Network forensics, steganography, email phishing forensics, metadata forensics, and disk forensics.
JUN 2026
BOTS
Boss of the SOC (BOTS V1)
CyberDefenders · Splunk
Log analysis, incident response, threat detection, IOC identification, and real-world case investigation.
JUL 2026
07
07 / ABOUT

A bit about me

I came into security from the systems side — an Information Systems degree at Imam Mohammad Ibn Saud Islamic University — and found that the part I actually cared about was the investigative one. Not the theory of how an attack could work, but the reconstruction of what did happen, in what order, from whatever the logs kept.

My internship at TAHAKOM was where that stopped being academic. Six to fifteen cases a week, real escalations, and the constant discipline of separating what the evidence shows from what it merely suggests. Presenting the NPM supply-chain post-mortem to the Information Security director taught me something the technical work didn't: an analysis nobody can follow may as well not exist.

Right now I'm deepening the detection-engineering side of the job — moving from closing alerts to writing the logic that catches things next time — and looking for a SOC team in Riyadh where I can keep learning at that pace.

BASED IN Riyadh, Saudi Arabia
LANGUAGES Arabic — Native English — Professional
EDUCATION BSc Information Systems 2021 — 2026
CURRENTLY Open to SOC & Cybersecurity Analyst roles
08 / CONTACT

Let's talk about your SOC

Open to SOC Analyst and Cybersecurity Analyst roles in Riyadh and across Saudi Arabia. Fastest way to reach me is email.