Simple Splunk Dashboard Example

Splunk is a great tool for visualising alerts and events, I’ve been creating a dashboard to aggregate all the failed logon attempts from management interfaces of our network switches, firewalls, storage etc. so that if someone tries to brute force password attempt the interfaces we have some visibility. Obviously the queries you need to use … Read more

Quick DD Script for Generating Files

Sometimes it can be useful to generate some files, so you can watch activity, I created this script for this use-case when performing storage updates, I can run this to generate some activity which is made visible to the screen so you can see if and when either expected or unexpected pauses take place. Its … Read more

Perl Mail::Mailer From Address, being ignored?

While using Perl Mail::Mailer to send from an on-site application to our Microsoft 365 tenancy via SMTP, we had an oddity. We’d already setup the Microsoft 365 tenancy to have a receive connector which was autheniticating via the source address, i.e. our on-premise IP range. When testing via a test Perl script which was the … Read more

Thunderbird Set EHLO Argument

Sometimes SMTP servers what a particular EHLO/HELO argument for connecting clients, you can make Thunderbird do this by setting a new setting Settings->Config Editor, then add the following setting: mail.smtpserver.smtp1.hello_argument Specifying what you want Thunderbird to announce itself as.