<%- include('../partials/head') %>

field notes ยท public log

writeups things shipped, fixed, traced, or dismantled

short public notes from the workbench. real outcomes, cleaned of secrets, credentials, victim data, and anything that would make defenders' lives harder.

latest writeups

click into individual notes. private details stay private.

<% posts.forEach((post) => { %> <%- include('../partials/post-card', { post }) %> <% }) %>

what belongs here

the public version of useful work.

incident notes

  • root cause summaries
  • recovery paths
  • what changed afterward

security research

  • evidence workflows
  • abuse desk routing
  • sanitized indicators only

build logs

  • tools shipped
  • design decisions
  • pitfalls worth remembering

contact

<%- include('../partials/end') %>