This page is the single reference for how BlackNoise qualifies events and computes scores. The Dashboard, the campaign Synthesis and the other result views all rely on these definitions.
Each executed event carries one of four detection statuses:
Default status; no detection information has been provided yet.
The attack simulation was missed: no log and no alert.
The security tools produced a technical trace (a log) for the simulated attack, but no alert was raised and no reaction was taken. To be valid, a Logged proof should indicate at least the source, the destination, the date & time, and if possible the type of action recorded.
The security tools identified the simulated attack and raised an alert or a notification. To be valid, an Alerted proof should indicate at least the source, the destination, the date & time, and the type of threat identified. Any remediation applied by the security teams can be recorded in the reaction section.
Once an event is detected, its reaction status records whether a response was taken:
- — at least one response action (response strategy) has been declared on the event after detection.
- — no reaction was recorded after detection.
Complementary to an event's execution status, the exploitation status records the outcome of an adversary action from the attacker's standpoint — independent of whether the action was detected. It takes one of three values:
The action produces no exploitable result by nature. This is typical of reconnaissance actions (scans, discovery), whose goal is to gather information rather than exploit a weakness.
The action produced the result the attacker intended: the targeted weakness is validated. This is the primary alert signal for the analyst, confirming a real exposure regardless of detection.
The action ran as intended but produced no offensive effect, often because a security solution (antivirus, EDR) blocked it. The attacker did not progress.
Severity flags the events that matter most to detect, on two levels:
- (red) — highly critical behavior, given the noise it generates and the impact of the action. Prioritize detecting and reacting to these as fast as possible.
- (yellow) — less important to detect relative to other simulated attacks.
BlackNoise groups the MITRE ATT&CK tactics into three phases, used to read detection coverage across the attack lifecycle:
- — Reconnaissance, Resource Development, Initial Access, Credential Access, Discovery.
- — Persistence, Privilege Escalation, Defense Evasion, Lateral Movement.
- — Execution, Collection, Command and Control, Exfiltration, Impact.
BlackNoise scores each event on two criteria:
- — the more effective the detection, the higher the score: an
Alerted event scores more than a Logged one, which scores more than an Undetected one. A High severity event also scores more than a Low one, reflecting the priority on detecting the most characteristic malicious actions. - — the more information provided about the detection, the higher the score.
The maximum unit score is for a High event and for a Low event (Alerted status with all technical information provided). The overall score is the sum of event points, reported on a 0–100 scale against the maximum achievable:
sum of event points × 100 / (High events × 12.5 + Low events × 8.75)
A letter grade from is assigned from the overall score.
A grade is also computed for each of the three Simplified Kill Chain phases.