Blog

Posts in Category: computing

Nullam cursus urna nec tellus interdum sollicitudin. Integer at nisl in lorem cursus tincidunt

Vulnerabilities in FortiAuthenticator

Posted on 9th Jul 2026

Overview FortiAuthenticator prior to version 6.3.0 contains several hardcoded passwords. These can be extracted from the FortiAuthenticator VM disk file with 7-Zip and Python. Static password for backup files Static key for encrypted database password fields Static password for debug logs...

Searching for DNS anomalies with the Top 1 Million

Posted on 9th Jul 2026

Recently, Cisco started publishing a list of the top 1 million DNS requests received by their servers, updated daily. @SwiftOnSecurity had the great idea to enrich EDR or SIEM data with the results. We're using Sentinel, so I put together a query to report on the anomalies. Results vary depen...

How to make a bootable OpenBSD CD

Posted on 9th Jul 2026

Note: this information is probably obsolete. Okay, we've got the snapshot files. Now what? Next, we use mkisofs from cdrecord to create an ISO image. You can get cdrecord from http://cdrtools.sourceforge.net/private/cdrecord.html. It's also in the Ports collection. So, let's assume that you've got...