Skip to main content

GetStringsDistance

This Script is part of the Common Scripts Pack.#

Gets the string distance between inputString and compareString (compareString can be a comma-separated list) based on the Levenshtein Distance algorithm.

Script Data#


NameDescription
Script Typepython
Tagsserver, phishing

Inputs#


Argument NameDescription
compareStringA comma-separated list of strings to compare with the input string.
inputStringThe input string to compare.
distanceThe distance that is considered close.

Outputs#


PathDescriptionType
LevenshteinDistanceThe closeness of the sender domain to the configured domains.Unknown