cyberchef_defang_url
Defang malicious URLs (e.g., http to hxxp, . to [.]) to prevent accidental clicks while preserving domain for security reporting.
Instructions
Sanitizes malicious or suspicious URLs into a defanged representation (e.g. converting 'http' to 'hxxp' and '.' to '[.]') to prevent accidental clicks while preserving the domain for security reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full or partial URL string to defang. |