Network analysis and security tools.
True
or False
.
For example: The given IP 192.168.1.10
, and the CIDR 192.168.1.0/24
will result in the output True
.
Parameter | Description |
---|---|
IP Address | The IP that needs to be checked as a plain string. |
CIDR | The network, represented as a CIDR. |
https://www.malwarebytes.com/malware
, and the method Replace
, the returned string will be: hXXps://www[.]malwarebytes[.]com/malware
.
Parameter | Description |
---|---|
String | The string entity that needs to be defanged. |
Method | The “defanging” method. The supported methods are:
|
https%3A//blinkops.com/utility%3Fname%3Ddecode_url
, the returned string will be: https://blinkops.com/utility?name=decode_url
.
Parameter | Description |
---|---|
Encoded URL | The encoded URL that needs to be converted into a string. |
https://blinkops.com/utility?name=encode_url
, the returned encoded URL will be: https%3A//blinkops.com/utility%3Fname%3Dencode_url
.
Parameter | Description |
---|---|
URL | The URL that needs to be converted into URL-encoded format. |
hXXps://www[.]malwarebytes[.]com/malware
, and the method Replace
, the returned string will be: https://www.malwarebytes.com/malware
.
Parameter | Description |
---|---|
Defanged String | The string entity that needs to be reverted to its previous form. |
Method | The “defanging” method used originally. The supported methods are:
|
Timeout
in the action settings.Parameter | Description |
---|---|
WhoIs Query | The WhoIs query to run. |