diff --git a/src/drivers/webextension/images/icons/ClearSale.svg b/src/drivers/webextension/images/icons/ClearSale.svg new file mode 100644 index 000000000..d4d792fb8 --- /dev/null +++ b/src/drivers/webextension/images/icons/ClearSale.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/drivers/webextension/images/icons/Forter.svg b/src/drivers/webextension/images/icons/Forter.svg new file mode 100644 index 000000000..046fd86d9 --- /dev/null +++ b/src/drivers/webextension/images/icons/Forter.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/drivers/webextension/images/icons/Kount.svg b/src/drivers/webextension/images/icons/Kount.svg new file mode 100644 index 000000000..ef2cef0e9 --- /dev/null +++ b/src/drivers/webextension/images/icons/Kount.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 6d0f833d4..c4f8dbf6e 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2984,6 +2984,20 @@ "reveal\\.clearbit\\.com/v[(0-9)]/" ], "website": "https://clearbit.com/reveal" + }, + "ClearSale": { + "cats": [ + 10 + ], + "description": "ClearSale Fraud Protection Device Fingerprinting.", + "js": { + "window.csdm": "\\;confidence:50" + }, + "scripts": [ + "device\\.clearsale\\.com\\.br" + ], + "icon": "ClearSale.svg", + "website": "https://www.clear.sale/" }, "ClickFunnels": { "cats": [ @@ -5175,6 +5189,21 @@ "scripts": "cartjs\\.php\\?(?:.*&)?s=[^&]*myfortune3cart\\.com", "website": "http://fortune3.com" }, + "Forter": { + "cats": [ + 10 + ], + "description": "Forter fraud prevention and protection Device Fingerprinting.", + "scripts": "forter\\.com", + "cookies": { + "forterToken": "" + }, + "js": { + "window.ftr__startScriptLoad": "" + }, + "icon": "Forter.svg", + "website": "https://www.forter.com/" + }, "Foswiki": { "cats": [ 8 @@ -7614,6 +7643,21 @@ }, "website": "http://alias.io" }, + "Kount": { + "cats": [ + 10 + ], + "description": "Kount Fraud Protection Device Fingerprinting.", + "scripts": [ + "shopify\\.kount\\.net/js" + ], + "js": { + "ka.ClientSDK": "", + "ka.collectData": "" + }, + "icon": "Kount.svg", + "website": "https://kount.com/" + }, "Komodo CMS": { "cats": [ 1 @@ -17760,4 +17804,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}