1. Microsoft Learn. (2023). Create indicators. Microsoft Defender for Endpoint.
Section: "File indicators"
Content: "You can create an indicator for a file hash. ... When you create an indicator for a file
you can choose from the following actions: Allow
Audit
Warn
Block and remediate
and Alert and block." The "Alert and block" action is described as preventing the file from being read
written
and executed. This directly supports using a file hash to block a malicious file.
2. Microsoft Learn. (2023). Create indicators. Microsoft Defender for Endpoint.
Section: "URL and domain indicators"
Content: "URL/domain indicators prevent users from accessing the URL/domain through the web browser." This confirms that URL/domain indicators are for network locations
not local files.
3. Microsoft Learn. (2023). Create indicators. Microsoft Defender for Endpoint.
Section: "Certificate indicators"
Content: "You can create indicators for certificates that will block files that are signed with the blocked certificate from being run in your organization." This shows that certificate indicators are for blocking based on the signer
which is a broader and less specific method than blocking a single file by its hash.