Safelink Decoder
Decode wrapped/tracking URLs from Microsoft ATP Safelinks, ProofPoint URLDefense, and generic redirects.
Supported Formats
| Service | Pattern | Extraction Method |
|---|---|---|
| Microsoft ATP Safelinks | *.safelinks.protection.outlook.com | Extract url query param, URL-decode |
| ProofPoint URLDefense v2 | urldefense.proofpoint.com/v2/url?u= | Replace hyphens and underscores, URL-decode |
| ProofPoint URLDefense v3 | urldefense.com/v3/__ | Split on __, URL-decode body |
| Generic redirect | Any URL with url=, redirect=, target=, goto= param | Extract and decode the parameter |
| Manual param extract | Any URL | Extract any URL-encoded URL from query string |