Skip to main content

2 posts tagged with "automation"

View All Tags

Security Automation Is More Than Saving Clicks

· 2 min read

When a security analyst investigates an unknown IP address or domain, one of the first steps is usually to check it against a threat intelligence provider. You can automate that lookup with a button. The analyst clicks it, the IOC is sent to the provider, and the result appears in the interface.

That's useful.

But is it automation?

Edit Helmfiles with Python

· 4 min read

Editing helmfiles with ruamel.yaml in Python

Managing helmfiles in python can be tricky due to the presence of Go templates in them, which are not compatible with the standard YAML parsers. This guide demonstrates how to ignore the curly braces in helmfiles and edit them using the ruamel.yaml python library.