Troubleshooting System Prompts in AI-Powered SIEM Solutions

The last three months have been frantic at Cybersift development - mainly due to the inclusion of generative AI into the SIEM. The backend currently powering the LLM chat interface on our SIEM is based off the excellent PydanticAI library. I like the approach taken by this library - while it helps reduce the boilerplate … Continue reading Troubleshooting System Prompts in AI-Powered SIEM Solutions

Lessons Learned: How to avoid getting asked for tokens in MS Azure console apps

Microsoft has been migrating most of Azure's functionality to the "Microsoft Graph API", which is fantastic as that allows us to automate a bunch of things within the Azure cloud. However, the Graph API is secured behind an OAuth2 flow, and if you've ever dealt with OAuth2 you'd know that it revolves around "tokens" which … Continue reading Lessons Learned: How to avoid getting asked for tokens in MS Azure console apps