defang_ioc
Transform security indicators into a safe, defanged format by replacing dots with [.] to prevent accidental execution when sharing threat intel.
Instructions
Make an indicator safe to share by defanging it (1.2.3.4 -> 1.2.3[.]4).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |