Details
| ID | UnEscapeIPs |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | indicator-format |
README
Removes escaping chars from IP addresses.
For Example, “127[.]0[.]0[.]1 -> 127.0.0.1”.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | indicator-format |
Inputs
| Argument Name | Description |
|---|---|
| input | The IP(s) address(es) to unescape. |
Outputs
There are no outputs for this script.
commonfields: id: UnEscapeIPs version: -1 name: UnEscapeIPs script: '' type: javascript tags: - indicator-format comment: |- Remove escaping chars from IP 127[.]0[.]0[.]1 -> 127.0.0.1 enabled: true args: - name: input description: IP(s) to unescape. isArray: true scripttarget: 0 runas: DBotWeakRole tests: - UnEscapeIPs-Test fromversion: 5.0.0