Time to prepare…
Reading Jeremiah Grossman's recent post on what's happening, and what's to come reminds me of what network security used to be like: attacks on the infrastructure has caused plenty of damages, and thus the effort focused on defending against them. This has led to the current (relatively more matured) state of the network and hosts security domain.
It's hard for people to care about anticipated dangers, till it becomes true on a large scale or when it happens to them, sad but true.
Nonetheless, it's high time industries/companies/individuals start to look seriously into attacks at the web application level, because it has been the path of least resistance for the attackers for a long time already.
And time for the whitehats to really prepare the answers needed by the masses in time to come.
Monitoring WordPress using syslog and OSSEC
![]()
This has got to be one of the unconventional (yet interesting) ideas I've come across.
It involves the use of a plugin (currently maintained at OSSEC) to get WordPress to send syslog events for OSSEC to parse. It is a good idea since it is good to monitor any web applications running for anomalies, but WordPress doesn't seem to provide any kind of audit logging.
Looking at its capabilities, the first use for this that comes to mind is to monitor sites that run WordPress with multiple user logons. As for those with insufficient access to your web server (you're on a shared webhost), you're probably better off using the tips given at wpbeginner.
I won't know yet, but perhaps I'll have a better idea on what it is good for after I try it out.
Do YOU use OSSEC to monitor your WordPress installations? Any comments on it?