Machine-learning malware detection has a trust problem. A model can be highly accurate and still be a black box — it flags a file as malicious, but it can't tell you why. For an analyst trying to decide whether to trust the verdict, scope an incident, or justify blocking a file a user insists is legitimate, 'the model said so' is not a satisfying answer. Accuracy without explanation limits how much a detection can actually be relied upon.

The grant US12411953B2, "Attribute relevance tagging in malware recognition" (issued September 9, 2025, assigned to Sophos Limited), addresses the opacity. Its CPC classifications combine the malware classes G06F 21/564 and G06F 21/563 with the neural-network classes G06N 3/08 and G06N 20/00 — malware recognition built to surface its own reasoning.

The mechanism worth understanding is relevance tagging. As the model evaluates a file, it identifies which attributes — which features of the file — most drove its decision. The output isn't just 'malicious, confidence 0.97' but 'malicious, and here are the specific characteristics that led to that judgment.' The verdict arrives with the evidence that produced it, turning a black-box score into something an analyst can examine and reason about.

For defenders, the practical takeaways are trust and triage. An explainable verdict lets an analyst quickly assess whether the model's reasoning is sound, which is essential for handling false positives without either blindly trusting the model or ignoring it. It also speeds investigation: the relevant attributes are a starting point for understanding what the file actually does and how dangerous it is.

This reflects a broader and overdue trend toward explainable AI in security. As detection leans more heavily on machine learning, the inability to explain verdicts becomes a real operational and even regulatory liability. Making models articulate which attributes drove their decisions is how the field is reconciling the accuracy of learned detection with the human need to understand and justify the actions taken on its say-so.