Thanks, I appreciate the detailed response.
For a first re-run, I would keep the list fairly small rather than claiming coverage for techniques where the default agent does not collect the required telemetry.
The clearest candidates to me are the FIM cases that touch paths monitored by default:
T1053.003 (Cron): if the test creates or modifies a file under /etc/cron*, I would expect the standard FIM rules to report it on the next scheduled scan (554 for a new file or 550 for a modification).
T1548.003 (Sudoers): changes to /etc/sudoers or /etc/sudoers.d/* should similarly be visible through FIM, normally as rule 550.
T1222.002 (Permission change): if the permission change is made to a file in one of the default monitored paths, I would expect rule 550, since permissions are checked by default.
T1070.004 (File deletion): I would also re-check this one if the deleted file was inside a default-monitored path. In that case I would expect the standard file deletion rule (553). If the test used /tmp, a home directory, etc., then I would classify it as a scope/telemetry gap instead.
I would not make the same claim for most of the discovery, credential-read, collection, exfiltration or C2 cases. Without Auditd/command auditing or network telemetry, I would expect many of those to fall into the “telemetry not collected” category rather than “a stock rule should have fired.”
So I’d probably start with those four, using a window long enough to include the scheduled FIM scan, and document the exact path/action for each one. That should give us a much cleaner baseline.