Hi, I'm Casper, a technical writer based in Vancouver.
I currently work at Thales Group (Imperva), where I write docs for cybersecurity products. Browse a selection of my work below, or get in touch if you'd like to connect.
Writing Samples
Creating and testing a WHOIS API request
Walks through setting up a Postman workspace, acquiring a WhoisXMLAPI key, and constructing a GET request with query parameters to retrieve domain registration data. Includes steps for configuring authentication and reading the response.
Field mapping
Explains how to map data fields from third-party integrations into a SOAR platform's internal schema for both events and incidents. Covers JSON path configuration, source types, unique key deduplication logic, and how events and incidents are ingested differently depending on your setup.
Webhook configuration guide
Covers configuring webhooks for data ingestion and remote command execution in a SOAR platform. Walks through both API key and JWT authentication methods, including a Python script template for generating encoded JWTs using the PyJWT library.