Skip to content
Proudly on .id — Indonesia's national domain

Kiell Tampubolon

I secure systems by day and teach Indonesia's next generation of digital talent the rest of the time, from DNS security to safe domain adoption.

Cybersecurity Engineer · .id Academy Trainer (PANDI) · Internet Governance Advocate · Batam, Indonesia (working across Indonesia & Singapore)

01 / About

About

Cybersecurity engineer with cross-border experience in Indonesia and Singapore, and an active trainer for PANDI's .id Academy since 2024.

My work sits at the intersection of internet governance and DNS ecosystem security: phishing and DNS abuse mitigation on the operational side, digital literacy and safe .id adoption on the community side.

Founder of Cyber Nova, a Batam-based security startup.

Completed PANDI's Training of Trainer on DNS and DNSSEC and took part in DNS APAC 2024.

02 / Experience

Experience

  1. Jul 2025 – Present

    Founder & CEO

    Cyber Nova · Batam

    • Security startup: vulnerability assessment, threat intelligence, digital defense architecture.
    • Leads cross-functional technical teams and promotes local cyber talent.
  2. Jul 2024 – Present

    Security Engineer

    Constellar · Singapore (hybrid)

    • Security assessments and vulnerability scans.
    • Alert and incident monitoring and response.
    • Phishing simulation campaigns.
    • Security reporting for stakeholders across a multicultural organization.
  3. Jul 2023 – Jul 2024

    Kampus Merdeka Mentor, Red Hat & AI

    PT Kinema Systrans Multimedia (Infinite Learning) · Batam

    • Mentored students nationwide to RHCSA (EX200) and AI & Cybersecurity Practitioner certification.
  4. Oct – Dec 2022

    Junior Cyber Security / IT Support

    PT Schneider Electric · Batam

    • Production endpoint security (SCCM, Cylance, SentinelOne).
    • Network monitoring and incident documentation.

03 / Selected Work

Selected Work

Security Engineering Automation & Integration

Automated Phishing Triage & Email Forensics Engine

Enterprise email security operations & incident response

  • Reported emails used to mean an analyst opening the raw source and manually reading SPF/DKIM/DMARC verdicts for every ticket in the queue, a repetitive first pass that ate analyst time without making triage any more consistent.
  • Automated extraction and parsing of raw .eml/.msg artifacts for phishing investigations.
  • Header validation checks for SPF, DKIM, and DMARC alignment to surface spoofing vectors, flagging on alignment rather than raw pass/fail so convincing spoofs do not slip through.
  • Webhook integration with KnowBe4 Phish Alarm Button (PAB) and PhishER for automated triage routing, so an analyst opens a ticket with header verdicts and indicators already attached instead of a blank email.
  • AI-assisted triage workflow built with Microsoft Copilot Studio, Power Automate, and custom Python microservices; the model surfaces a recommendation and reasoning for ambiguous cases, a human still signs off on the close/escalate call.

Outcome — Published outcome: triage time for a reported email dropped from minutes to under thirty seconds per ticket, with a consistent verdict format across analysts.

  • Python
  • Power Automate
  • Microsoft Copilot Studio
  • KnowBe4 PAB/PhishER
Security Engineering Automation & Integration Software Engineering

Entra ID (Azure AD) Identity & Access Audit Engine

Enterprise identity security & AI administration

  • Built to catch identity drift, not one bad config: an offboarded account that stays enabled for weeks because reconciling three separate systems is nobody’s single job.
  • Automated cross-referencing of active vs. inactive Entra ID accounts against onboarding and offboarding tickets.
  • Some of the usual PowerShell cmdlets for role auditing were unavailable in the environment (licensing tier and admin-restricted execution policy), which ruled out the standard scripted approach.
  • Verified privilege boundaries for AI Administrator and Security Administrator roles directly through Microsoft Graph API calls and the Entra admin center’s role assignment views, cross-checked manually where API access was itself scoped down.
  • Automated drift detection for stale accounts and policy violations, with standing (not one-time) compliance reporting.

Outcome — Working around restricted cmdlets forced a more API-first design, one that does not depend on a specific module version or an admin-granted cmdlet that could be revoked later.

  • Microsoft Graph API
  • Entra ID
  • Entra admin center
Software Engineering Security Engineering

Tier-1 OSS Agentic Auditing & Responsible Offboarding

Open-source systems engineering & AI-SDLC research

  • Static and dynamic analysis across 25+ Tier-1 infrastructure repos, including vLLM, Qdrant, Ray, Temporal, OpenTelemetry, Dify, Meilisearch, DataFusion, and LiteLLM.
  • Surfaced issues including atomic memory-budget overflows in Rust vector databases, circuit-breaker race conditions in Ray Serve, and missing OTLP HTTP retry handling.
  • Chose to close 25 automated PRs rather than ship them: a patch that resolves a symptom in a local repro can still violate invariants only visible to someone who has lived in that codebase’s history.
  • Held to explicit DCO (Developer Certificate of Origin) and CLA compliance on anything that reached a sign-off decision, to protect maintainer bandwidth over raw PR volume.

Outcome — The standard applied throughout: if I would not want to review a PR as the maintainer, I should not be opening it as the contributor.

  • Static analysis
  • Dynamic analysis
  • Rust
  • OTLP
Teaching Security Engineering

Blue Team SOC Lab & Mentoring Framework

Training design · security mentoring

  • Hands-on mentoring modules built around open-source Blue Team stacks (CyberBlueSOC).
  • Interactive 60-90 minute detection and incident-response labs for SOC analysts.
  • CyberBlueSOC
Security Engineering Teaching

Enterprise Wi-Fi Security & Threat Awareness Campaign

Awareness communications · corporate InfoSec

  • Company-wide advisories on evil twin access points, captive portal risks, and public Wi-Fi hygiene.
  • Standardized helpdesk knowledge-base documentation for user-facing security reporting.
  • Helpdesk knowledge base

04 / Training & Speaking

Training & Speaking

2,000+

learners reached

6+

institutions & programs

2

countries (ID & SG)

  • 2024 – Present

    .id Academy (PANDI)

    Active Trainer

    Digital literacy and internet governance bootcamps: UNIMA (Manado, eastern Indonesia) and ITEBA (Batam).

  • Nusa Dua, Bali · Jul 2024

    PANDI Training of Trainer

    DNS Fundamentals to DNSSEC

    Instructors including Champika Wijayatunga (ICANN). Participant, DNS APAC 2024.

  • Jul – Oct 2025

    Google Cloud Arcade (via Dicoding)

    Hundreds of learners

    Facilitator

    Hundreds of learners across cloud and cloud security pathways.

  • Nov 2024

    DTS × Google Career Certificates (Kominfo)

    Cybersecurity PROA Facilitator

    National digital talent scholarship program facilitation.

  • Jun 2025

    Hacktiv8

    100+ attendees

    Speaker — "Phishing 101: Don't Be a Victim!"

    Practical anti-phishing session for a developer audience.

  • 2025

    Schoters by Ruangguru, Work Abroad Festival 2025

    400+ attendees

    Panelist — "Hack the Future: Building a Cybersecurity Career in Singapore"

    Career panel on building a cybersecurity career across borders.

05 / What I Do

What I Do

Offensive & Defensive Security

Penetration testing, threat intelligence, vulnerability management.

DNS & Internet Governance

DNS abuse mitigation, DNSSEC, safe .id adoption, multistakeholder engagement.

Training & Community

Curriculum design, workshops and bootcamps from campus to industry.

Security Automation & Tooling

Python microservices, Power Automate, and Copilot Studio workflows that turn manual security triage into a repeatable pipeline.

06 / Certifications

Certifications

07 / Writing

Writing

View all writing →

08 / Contact

Contact

Open to security engineering roles, with training collaborations and speaking invitations always welcome.

Looking to book a talk or training session? View the speaker kit .

LinkedIn GitHub Medium