Fang URLs
Description
This operation takes a 'defanged' URL and 'fangs' it, meaning, it removes the alterations that render it useless so that it can be used again.
Data types
These are the input/output expected data types for this operation:
Input data
- URLs you want to fang.
Output data
- Valid URLs.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to fang a series of events that represent URLs:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Fang URL.
Set Escape Dots to true.
Set Escape HTTP to true.
Set Escape ://* to false.
Set Process Type to
Everything
.Give your Output field a name and click Save. The URLs in your input field will be made valid. For example:
hxxps://example[.]com -> hxxps://example.com
Last updated
Was this helpful?