What’s listening on my ports in Windows?

Sometimes it is good to know what is running on your machine - or if something is actually listening when you are trying to connect to that pesky server you thought you had running.

The command you want to run is:

netstat –anop TCP | find “LISTEN”
[Read More]

Ironport MID was too big for scanning by Outbreak Filters

So I was trying to find out why we got this message in the message tracking logs for an email today…

Ironport MID 42780863 was too big (337410/262144) for scanning by Outbreak Filters

Due to size vs. speed concerns there is a limit to the size of items checked against the Outbreak Filters. I believe the default setting’s 128K, but it can be upped to increase efficacy at the cost of processing power.

[Read More]

portDB – a new little project.

So I’ve been maintaining my own little database of ports for my own records of late, just so that when I found something on a network I could go “oh, this is probably what it was. It was just a set of pages added to this blog, but that was fairly unmanageable.

I went looking for an easier way of building something and built portDB. So far it’s fairly simple, as these things should be.

[Read More]

Splunk error in auto-complete box

I started getting this error on a user’s auto-complete box while trying to search in splunk because we’d failed to give them the correct capabilities.

The capabilities I had to apply were:

  • get_metadata
  • get_typeahead
  • rest_properties_get

 

[Read More]