1001Ferramentas
🔗 Utilities

Safelink Decoder

Decode URLs wrapped by SafeLinks (Outlook, AWS SES, Mandrill, SendGrid and similar). Reveals the real protected URL behind the wrapper. Everything in your browser.

Suporta: Outlook SafeLinks, AWS SES, Mandrill, SendGrid, Salesforce Pardot, Mimecast (parâmetro `url`).

See the real target behind a wrapped link

An email arrives with a link, and hovering over it shows nam11.safelinks.protection.outlook.com followed by three hundred characters of encoded junk. There is no way to tell whether the destination is your company portal or a lookalike domain registered yesterday. Clicking to find out is exactly what you should not do when the message is already suspect.

When a wrapper stores the destination in a query parameter, you read that parameter and undo the percent-encoding. The tool checks the known parameter for each service and, failing that, takes any parameter whose value starts with http or https, which is why it also cracks unknown redirectors shaped like ?redirect=. Wrappers that hide the target in the URL path as base64, such as SES, SendGrid and Mimecast, only get identified by name: there is nothing in the query to decode.

Paste one link at a time; two pasted together return nothing, since the parser expects a single URL. Decoding is not vetting: the revealed address can still be phishing, so read the domain right to left before you decide. If the destination path contains legitimate percent-encoding, compare it against the original, because decoding can go one step further than it should. Nothing is opened or uploaded; the parsing happens in your browser.

Frequently asked questions

Why does SafeLinks exist in the first place?
Microsoft 365 rewrites links so it can check the destination at click time. That protects users, but it also hides the real address from anyone who wants to inspect a message first.
Does it work with shorteners like bit.ly?
No. A shortener does not carry the destination inside the URL; it is only revealed after a request to the service, and no request is made here.
Is the decoded link safe to open?
The tool only reveals the address. Judge the domain, the subdomain and the context of the message before opening anything.

Related Tools