Optional analytics cookies help us improve Hardenly. They stay off unless you accept. Cookie policy
Maturity tier — Then: Strongly recommended once the basics are done.
Implementation effort: Medium — rule development plus an ongoing tuning cycle.
User impact: Low — SOC/IT internal process.
A SIEM with no custom detection rules is a very expensive log archive. Vendor-supplied analytics help, but they do not know your environment — which accounts are service accounts, which subnets are management networks, what "normal" looks like on a Tuesday. The fastest way to make a SIEM earn its license is to build a small set of well-tuned rules against the two attack patterns present in nearly every intrusion: password attacks and lateral movement. Both are detectable with the events from the critical Event ID collection baseline, and both teach the tuning discipline every later rule will need.
Sigma is the vendor-neutral rule format, convertible to Sentinel KQL, Splunk SPL, and Elastic queries. Even if you write natively, Sigma's structure (log source, detection condition, false-positive notes, ATT&CK mapping) is the right documentation template.4625) against one account from one source within M minutes — start around 10 failures in 5 minutes and tune. Include Kerberos pre-auth failures (4771) or your DC coverage misses domain authentication entirely.4624 from a source that just generated a failure burst is the highest-priority variant — the guess worked. This correlation should page, not queue.4624 type 3) or RDP (type 10 / 1149) between client subnets. In a well-run environment this is rare enough to alert on directly — and if your segmentation blocks it at the network layer, the firewall deny logs become a parallel detection source for the same behavior.4672 privileged logon on any machine outside the appropriate tier's OU converts your tiering model from policy into a live tripwire. Same logic: Tier 0 account names appearing in 4624 events on workstations should effectively never happen.7045/4697) and scheduled task creation (4698) on a host shortly after a network logon from another internal host — the PsExec/WMI/schtasks execution pattern. Correlating "logon then persistence artifact within 5 minutes" is a beginner-friendly join with strong signal.Six to ten well-tuned rules covering these two behaviors will catch more real intrusions than a hundred untuned vendor analytics — and the threshold-correlation-tuning discipline they teach transfers directly to every detection you build afterward.
Keep building momentum
Default Windows auditing misses the events that matter — deploy Microsoft's recommended Advanced Audit Policy via GPO so logons, privilege use, and account changes are actually recorded.
Sign in to vote on this item or share your rollout notes.
No comments yet — be the first to share your rollout experience.