Shellax logo Shellax Document Safety Analyzer

Shellax Guide

Safe Workflow for Analyzing Suspicious Attachments

A step-by-step workflow for teams that triage suspicious attachments regularly.

Reviewed and updated: 2026-04-04

Published by Shellax Open the scanner All guides

Start with a workflow, not a guess

When a suspicious attachment arrives, the biggest mistake is opening it first and reasoning about the risk afterward. A safer approach is procedural. Review who sent the file, identify the document type, inspect structure, combine technical signals, and decide whether to allow, quarantine, or escalate.

This kind of workflow matters because attackers rely on urgency and routine. The goal of a safe process is to create enough friction that a suspicious file gets reviewed before it reaches a trusted environment.

Step 1: Preserve the file without opening it

Save the attachment for review instead of opening it directly from email or chat. This reduces the chance of accidental execution, macro prompts, or application-level behavior that would otherwise happen inside a normal user workflow.

Step 2: Review sender and business context

Ask whether the message was expected, whether the sender identity is trustworthy, and whether the attachment type matches the conversation. Unexpected invoices, resumes, shipping notices, and account warnings deserve more caution. Social engineering is often the first stage of the attack chain.

Step 3: Identify the real file type

Do not rely only on the name or icon. Confirm whether the attachment is actually a PDF, DOCX, or something else. Different formats carry different risks and need different review logic. A good workflow checks both extension and content signatures before trust increases.

Step 4: Inspect structure and document behavior clues

For PDFs, look for JavaScript, embedded files, launch actions, and auto-run style triggers. For DOCX files, inspect macro indicators, embedded objects, suspicious metadata, and relationship anomalies. This stage is about determining whether the file behaves like a routine business document or like something that deserves isolation.

Step 5: Add malware scanning and rule-based checks

Structural analysis is useful, but it should not stand alone. Malware engines and rule-based matching can catch a different class of problem, especially when a document contains known payload markers or suspicious binary content. Multiple weak signals together can be stronger than one strong signal in isolation.

Step 6: Decide and document

Every suspicious attachment review should end in a decision: allow, quarantine, delete, or escalate. Document what was found and why the decision was made. Consistent notes make it easier to spot repeat senders, recurring payload patterns, and false positives in future reviews.

Limitations to keep in mind

No lightweight review flow can promise perfect detection. Some threats will be novel, incomplete, or hidden behind convincing business context. The purpose of this workflow is not to promise certainty. It is to reduce avoidable risk before a user interacts with an untrusted file.

Related guides

Use the document security scanner for direct review, follow how to scan a suspicious attachment for quick triage, and read how PDF malware works plus how to detect malicious macros in DOCX files for format-specific review.