Extraction Actions apply regular expressions to identify and extract defined patterns of data.
Parameter | Description |
---|---|
Text Or JSON | The input text or JSON from which patterns will be extracted. |
Data Types | Select data types to search for within the input text or JSON, each selected type will be used to identify relevant matches in the text. |
RegExes | A list of custom regular expression patterns to match within the input text or JSON. Multiple regex patterns can be provided, separated by the OR operator. These patterns allow free-form searching beyond the predefined data types. |
Remove Duplicates | When checked, repeated values in each array in the final result are removed. |
CVE-YYYY-NNNN
to CVE-YYYY-NNNNNNN
, where the year is four digits and the ID ranges from four to seven digits.user@example.com
).example.com
from user@example.com
).192.168.0.1
) within the standard range (0.0.0.0
to 255.255.255.255
).2001:0db8:85a3:0000:0000:8a2e:0370:7334
).example.com
from https://example.com/page
).https://
, ftp://
, file:///
), followed by a domain and optional path, query, or fragment (e.g., https://www.google.com/
, https://example.com/images/avatar
).Parameter | Description |
---|---|
URL | The URL to extract parts from. |
Parameter | Description |
---|---|
Text or JSON | The input text or JSON object to extract email domains from. |
Remove Duplicates | When checked, repeated values in the final result are removed. |
Parameter | Description |
---|---|
Text or JSON | The input text or JSON object to extract email addresses from. |
Remove Duplicates | When checked, repeated values in the final result are removed. |
Parameter | Description |
---|---|
Text or JSON | The input text or JSON object to extract URLs from. |
Remove Duplicates | When checked, repeated values in the final result are removed. |