Back to Blog
8 min read
Security

Safe Links and Wrapped URLs Explained

Understand Microsoft Safe Links, Proofpoint, Mimecast, and other wrapped URLs. Learn why links are rewritten, how to decode the destination, and how to inspect safely.

By Spoold Editorial TeamReviewed for tool accuracy
Editorial Policy

A wrapped URL is a security scanner redirect, not always the final destination

Email security tools often rewrite links so clicks pass through a scanning service first. Microsoft Safe Links, Proofpoint, Mimecast, and similar systems can hide the original destination inside a long URL parameter. Decoding the wrapper helps you see where a link wants to go before opening it.

When to use this guide

Email investigation

Decode a suspicious link from Outlook, Microsoft 365, Proofpoint, or Mimecast.

Support review

Understand the real target behind a copied wrapped link before responding to a user.

Phishing triage

Inspect domains, redirect chains, query parameters, and tracking tokens without clicking blindly.

Documentation

Explain why a URL in an email looks different from the normal website address.

How to inspect a wrapped URL

1

Copy the link address

Right-click and copy the link address instead of opening it. Avoid clicking unknown links directly.
2

Decode the wrapper

Paste it into Safe Links Decoder to extract the likely destination.
3

Inspect the decoded URL

Use URL Inspector to check hostname, path, query parameters, redirects, and suspicious encoding.
4

Generate a QR only after review

If the link is safe and you need to move it to another device, generate a QR code from the decoded URL with QR Code Generator.

Common wrapped URL signals

TaskInputResult
Microsoft Safe Linkssafelinks.protection.outlook.comLook for a destination parameter such as url=.
Proofpointurldefense.proofpoint.comThe original URL is encoded inside the rewritten link.
Mimecastprotect-us.mimecast.comThe wrapper forwards through Mimecast before the final site.
Tracking redirectclick.example.comMay be marketing tracking, but still inspect the final hostname.

How to judge a decoded wrapped URL

Decoding a Safe Link or wrapped URL only reveals the next destination. You still need to inspect the decoded hostname, path, and parameters before treating it as safe.

Expected organization

The registered domain should match the sender, service, or workflow you expected. A brand name in the path is not enough.

Login or payment pages

Treat decoded links to login, billing, file download, and password-reset pages with extra caution.

Nested redirects

Check parameters such as url, target, redirect, and continue for another encoded URL.

Tracking vs threat

Marketing tracking links are common and not automatically malicious, but they should still resolve to the expected final domain.

Wrapped URL inspection checklist

  • 1Copy the link address instead of opening the link from an email or chat message.
  • 2Decode the wrapper and inspect the destination hostname before navigating.
  • 3Look for nested encoded URLs inside query parameters.
  • 4Remove tracking parameters before sharing the clean destination with someone else.

Are Safe Links bad?

No. Safe Links are meant to protect users by scanning URLs at click time. The problem is readability: a long rewritten link can make it harder to see the destination. Decoding is a visibility step, not a bypass of security controls.

Inspection rule

Decode first, inspect the hostname second, and only open the link when the destination matches what you expected.

Related workflow

This guide is designed to pair with the tool linked below. Use the article to understand the workflow, then open the tool with a real sample so you can validate the result instead of copying a generic answer from a search result.

Common mistakes to avoid

  • Opening a suspicious link just to see where it goes.
  • Trusting a decoded URL only because it uses HTTPS.
  • Ignoring lookalike domains, extra subdomains, and punycode.
  • Sharing a wrapped URL with tracking parameters when the clean destination is enough.

FAQ

What is Microsoft Safe Links?

Safe Links is a Microsoft 365 protection feature that rewrites links so they can be checked when a user clicks them.

Does decoding a Safe Link open it?

No. Decoding should read the URL string and extract the destination without navigating to it.

Can a wrapped URL still be malicious?

Yes. The wrapper is only one layer. Always inspect the decoded hostname and path.

Try it in Safe Links Decoder

Paste a real sample, run the workflow, and use the guide above as a checklist while you inspect the output.

Try It Now

Put this guide into practice with our free tools. No sign-up required.

Open Safe Links Decoder
Safe Links and Wrapped URLs Explained | Blog | Spoold