Skip to content
View drobit's full-sized avatar

Block or report drobit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
drobit/README.md

Serhii Drobot

Linux infrastructure security · founder of Owlzops

LinkedIn Email

I've spent my career in Linux infrastructure — Kubernetes across GKE, EKS, AKS and OpenShift, Terraform and Ansible, Docker in production. Now I do one thing: find what's exposed on other people's servers, then close it.

Most of what I find isn't exotic. Root SSH still permitted. A container running privileged with the Docker socket mounted. A firewall nobody ever switched on. Defaults nobody turned off.


owlzops-mapper

GitHub CI Release

One static Rust binary. Sub-second Linux + Docker audit. No agents, no Python, no kernel modules, no open ports, nothing left resident.

sudo ./owlzops-mapper audit

It finds reverse shells, fileless implants, library injection, hidden PIDs from LKM rootkits, container escapes, and the usual dangerous defaults — every finding mapped to a CIS reference, with an exit code you can wire into CI (3 means active compromise).

I wrote it because I was tired of running six tools and still not knowing whether something was already inside. Read-only, --offline guarantees zero outbound calls, and the source is public so you can check what runs as root on your box before you run it.

→ Repository · source-available under Apache 2.0 with the Commons Clause — free for your company forever, not for resale.


I ran it on my own production first. It scored 60.

Before asking anyone to run a scanner against their production, I ran it against mine — the host that actually serves my company. Root SSH permitted, password auth on, a user with passwordless sudo to every command, FTP listening on 0.0.0.0. It finished at 23, not 0, because two findings couldn't be removed without breaking the machine, so they got auditd rules watching them instead.

The part I keep coming back to: I stripped CAP_SYS_ADMIN and CAP_SYS_PTRACE from Apache and atd — a web server running as uid 33 could read the memory of every other process on the box. The score didn't move. 23 before, 23 after. The rule is binary and other processes still hold capabilities they legitimately need. I did it anyway, because the point is the infrastructure, not the number on the dashboard.

→ Full write-up, with the findings I didn't close and why


Owlzops

Boutique DevSecOps practice. Fixed price, defined scope, no hourly billing. The person who scopes the work is the one who does it — that's me.

  • Infrastructure Security Audit — read-only. What's exposed, and whether anyone is already inside.
  • Infrastructure Hardening — SSH lockdown, default-deny firewall, rootless containers, patch baseline. Staged, reversible, with a before/after diff.
  • Continuous Hardening — weekly drift scans against your hardened baseline, plus engineering hours.

Run the scanner first. If it comes back clean, I'll say so instead of selling you the audit.

→ Scan your own server · Pricing and scope · Field notes


Engagements start on Mondays · current lead time about a week · I take a limited number at a time.

Popular repositories Loading

  1. t1 t1 Public

    Python 1

  2. drobit.spinnaker-test drobit.spinnaker-test Public

    Go

  3. drobit.script.gcp drobit.script.gcp Public

    Shell

  4. cicd-pipeline-train-schedule-gradle cicd-pipeline-train-schedule-gradle Public

    Forked from linuxacademy/cicd-pipeline-train-schedule-gradle

    Train Schedule sample app for Gradle exercises

    JavaScript

  5. sample.CI_CD sample.CI_CD Public

    Java

  6. pure-bash-bible pure-bash-bible Public

    Forked from dylanaraps/pure-bash-bible

    📖 A collection of pure bash alternatives to external processes.

    Shell