
Simplifying DNS Management with Terraform DNSĀ Helper
DNS is critical to modern infrastructure, yet managing records like SPF, DMARC, and CAA remains frustrating. These records are essential for security and email authentication, but they come with strict constraints, tricky syntax, and room for errors.
Apr 6, 2025

Orchestrating Cyber Defense: Crafting a Simple SSH Server Honeypot in Golang
In the dynamic world of cybersecurity, proactively defending against potential threats requires a combination of innovative techniques and intelligent design. In this post, we’ll explore the creation of an SSH server honeypot in Golang, leveraging goroutines for non-blocking processing, implementing a global cache to manage rate limits from ip-api.com, and incorporating exponential backoff for graceful error handling.
Jan 26, 2023