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

Founder at Owlzops · DevSecOps & Linux Infrastructure Security

LinkedIn Email Telegram


I run Owlzops — a boutique DevSecOps practice. We find what's exposed on your Linux infrastructure, and then we close it.

Most of what we find isn't exotic. It's root SSH still permitted, a container running privileged with the Docker socket mounted, a firewall nobody ever switched on. Defaults nobody turned off.

What we do:

Infrastructure Security Audit 3 days · up to 10 hosts $2,995 — read-only. What's exposed, and is anyone already inside. Run the free scanner first: if it comes back clean, we'll say so instead of selling you the audit.
Infrastructure Hardening 5–10 days from $5,900 — SSH lockdown, default-deny firewall, rootless containers, patch baseline. Staged, reversible, with before/after proof.
Continuous Hardening monthly $2,500 / $5,000 — weekly drift scans against your hardened baseline, plus engineering hours.

Fixed price. Defined scope. No hourly billing.

Scan your own server first → · Book an audit


owlzops-mapper — an EDR-lite for Linux servers

GitHub CI Release License

A single Rust binary that detects active threats, Docker escapes, and misconfigurations on any Linux server in under a second — no agents, no eBPF, no open ports, nothing left resident.

sudo ./owlzops-mapper audit

Threat detection (IoC): fileless malware & memfd implants · reverse shells / C2 connections · library injection & LD_PRELOAD rootkits · hidden PIDs (LKM rootkit) · Docker runtime capability tampering · kernel-thread masquerading · bind-mount masking

Hardening & compliance: SSH config · firewall · pending security updates · SSL expiry · sysctl hardening · sudo NOPASSWD · backups · NTP drift — every finding mapped to a CIS Benchmark reference

Deep forensics (--deep): reads process memory via process_vm_readv (not ptrace), resolves pointers, calculates entropy, flags unattributed executable payloads — and suppresses JIT noise instead of burying you in it

Output: terminal dashboard · JSON · Excel · exit codes for CI/CD (0 clean / 1 findings / 2 incomplete / 3 active compromise)

Read-only. Air-gapped with --offline. No data ever leaves the server.

Licence: Apache 2.0 with the Commons Clause — free for your company to use forever, including commercial and internal audits. Not open source in the strict sense: the Commons Clause restricts reselling it as a product, which fails the Open Source Definition. Calling it "source-available" is the accurate term.

View the repository →


If the mapper flags an active compromise or a Docker escape — that's what Owlzops fixes.

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