
L1 SOC Analysis: OSINT detection and risk validation of publicly exposed MikroTik RouterOS vulnerable to RCE | Tools: Shodan, NIST NVD
Analyst: Jonatan Alexander Guerrero Gomez | Role Target: SOC L1 / Jr. Cybersecurity Analyst Status: Investigation Closed | Severity: High
Proactive threat hunting exercise indentifying a public-facing MikroTik RouterOS device with multiple exposed services. Investigation correlated the exposed Bandwidth-Test service on 2000/TCP with CVE-2018-1156, a high-severity RCE vulnerability. Additional exposure of L2TP VPN on 1701/UDP increases the attack surface. This case demonstrates L1 competencies: asset discovery, service enumeration, CVE correlation, and risk-based triage.
Using Shodan, identified an internet-exposed MikroTik device with two services accessible from the public internet. The Bandwidth-Test server is know to be targeted and the L2TP service can be leveraged for brute-force or tunneling attacks if misconfigured.
Evidence - Shodan

Indicators of Compromise (IOCs)
| Indicator | Value | Context |
|---|---|---|
| IP Address | 190.99.193.178 | Public IP |
| Ports/Protocols | 2000/TCP, 1701/UDP | Bandwidth-Test, L2TP VPN |
| Device | MikroTik RouterOS | Network Infrastructure |
| Geolocation | Cali, Colombia | LatAm Region |
| ISP/Org | EMPRESAS MUNICIPALES DE CALI E.I.C.E E.S.P. | AS10299 |
The exposed Bandwidth-Test service on 2000/TCP was correlated with CVE-2018-1156, a stack buffer overflow vulnerability in MikroTik RouterOS versions prior to 6.42.7. While 1701/UDP L2TP is not directly tied to this CVE, its public exposure expands the attack surface and is commonly abused for DoS or credential attacks.
Evidence - NIST NVD

Primary CVE Technical Details
Verdict: Confirmed high-severity risk due to CVE_2018-1156 on the exposed Bandwidth-Test service. An authenticated attacker can achieve remote code execution. The additional exposure of L2TP on 1701/UDP represents unnecessary attack surface and should be reviewed for hardening.
Recommended Immediate Actions:
/tool bandwidth-server set enabled=noOSINT & Threat Hunting Shodan Querying Service Enumeration CVE & CVSS Analysis NIST NVD Research Attack Surface Analysis Risk-Based Triage Technical Writing Remediation Planning
This repository is part of a cybersecurity portfolio demonstrating practical L1 SOC skills.
| Attribute | Value |
|---|
| CVE ID | CVE-2018-1156 |
| CVSS v3.0 Score | 8.8 HIGH |
| Vector String | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Attack Complexity | Low - No user interaction required |
| Impact | Confidentiality, Integrity, Availability: High |
| Vulnerability Type | Stack-based Buffer Overflow -> RCE |
| Affected Service | Bandwidth-Test Server on 2000/TCP |