Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.3 KB

WebhookTampering.md

File metadata and controls

11 lines (8 loc) · 1.3 KB

WebhookTampering

Properties

Name Type Description Notes
Result bool Flag indicating browser tampering was detected. This happens when either of these conditions is true: * There are inconsistencies in the browser configuration that cross our internal tampering thresholds (indicated by anomalyScore). * The browser signature resembles one of "anti-detect" browsers specifically designed to evade identification and fingerprinting, for example, Incognition (indicated by antiDetectBrowser). [optional] [default to null]
AnomalyScore float64 Confidence score (0.0 - 1.0) for tampering detection: * Values above 0.5 indicate that there was a tampering attempt * Values below 0.5 indicate genuine browsers. [optional] [default to null]
AntiDetectBrowser bool Is true if the identified browser resembles one of "anti-detect" browsers, for example, Incognition. Anti-detect browsers try to evade identification by masking or manipulating their fingerprint to imitate legitimate browser configurations. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]