Security engineer who writes the tools I need and open-sources them when they might help someone else. Mostly Go, C, and Python.
ย
๐ ๏ธ Security as Code
I believe security operations should be versionable, diffable, and automated. These CLIs turn live SIEM and EDR platforms into code you can git diff:
secopsโ operate Google SecOps (Chronicle SIEM + Siemplify SOAR) as code โ pull detection rules, parsers, dashboards, and SOAR playbooks into files, review the diff, push backs1ctlโ operate SentinelOne Singularity as code โ agents, policies, exclusions, threat lifecycle, remote shellsplunkctlโ operate Splunk Enterprise SIEM as code โ SPL search, detection-as-code YAML, alerts, dashboards, indexes
All three ship with machine-readable command trees and embedded agent guides โ built for both humans and AI agents.
ย
๐ Regulatory AI
Evidence-only RAG + MCP servers that hand your AI exact legal provisions โ no hallucination, no paraphrasing. Every hit links to the official government source so you can verify the exact wording yourself:
banhmiโ Vietnamese banking & fintech regulation (State Bank of Vietnam, Ministry of Justice)laksaโ Malaysian banking & fintech regulation (Bank Negara Malaysia, Securities Commission)
ย
๐ฆ Go SDKs
Small, focused clients for security and cloud platforms โ each one go get-able straight off danny.vn/โฆ:
| Package | Platform |
|---|---|
s1 | SentinelOne Singularity โ agents, policies, threats, remote shell |
secops | Google SecOps โ Chronicle SIEM + Siemplify SOAR |
fortigate | FortiGate firewall REST API |
fortimgr | FortiManager FlatUI API |
nessus | Tenable Nessus scanner (read-only) |
vngcloud | VNG Cloud IAM |
kaggle | Kaggle API โ kernels, datasets, token introspection |
ย
๐ฌ Security Research
offthebookโ memory-only Windows PE execution via SMB-over-QUIC SEC_IMAGE loading, with position-independent shellcode in pure C (MSVC + Clang)
ย
๐ง Other Tools
bywayโ transparent per-app VPN bypass on Linux using cgroup v2 + nftables + policy routingflowcvcliโ drive a FlowCV rรฉsumรฉ from the command line or Python โ content, design, templates, avatar, publish & PDF export
ย
Everything’s on GitHub.