URL defanger
Defang and refang URLs, IPs and emails so links can't be clicked.
URL defanger
The URL defanger turns live links into a safe, non-clickable form. It rewrites http://evil.com/path as hxxp[://]evil[.]com/path, so the address stays readable but no chat client, email program or terminal will turn it into a working link. This is the standard way analysts share indicators of compromise: a defanged URL can be pasted into a ticket, a report or a message without the risk that a colleague clicks it by accident.
Defanging replaces the parts that make a string auto-link. The dots in a domain or IPv4 address become [.], the scheme http and https become hxxp and hxxps, and the @ sign in an email address becomes [at]. Each of those three substitutions has its own toggle, so you can match whatever convention your team uses. Bare IP addresses like 8.8.8.8 are handled too — every dot is wrapped.
Refang mode does the exact reverse. Paste a defanged indicator from a threat feed or a report and get the original URL, IP or email back, ready to look up in your own tooling. The two directions are lossless inverses of each other when the same toggles are on.
Everything runs locally in your browser. The tool never fetches, resolves or visits any address you paste — it only rewrites the text — so even genuinely malicious URLs are completely inert here, and nothing you enter is uploaded anywhere.