UserTypes Enumeration
Types of users that are discovered and that can be filtered on. ///
Namespace:
Walter.Web.FireWallAssembly: Walter.Web.FireWall (in Walter.Web.FireWall.dll)
Members
Member name | Description | |
---|---|---|
None | No user type filter is defined and no checking based on user type will be done. | |
NotDiscovered | The user type is not been discovered at this moment | |
IsHuman | The user type has been discovered and is a human | |
IsSearchEngine | The user is a search engine supported by the SearchEngine enum | |
IsIsp | The user is coming from a cloud data center, could be an Internet service provider or a scrubbing engine | |
IsBot | The user type is a automated process interacting with your endpoint | |
IsMalicious | The is consumer is known to be malicious (is a behavior and not a user type therefore not included in anyone) | |
IsUsingDeveloperTools | The is consumer is known to be using developer tools (is a behavior and not a user type therefore not included in anyone) | |
IsCrossSiteUser | User is consuming resources from like script from another domain | |
IsCrossSiteSubmitting | User executed a HttpPost, HttpDelete, or an HttpPut to the web application from a another domain | |
IsUsingPortScanning | The is using port scanning tools to access the application via a port he is not intended to do | |
IsAcessingHoneypotEndpoints | The is accessing on of the application honey-pot endpoints | |
IsTriggeringCSPViolationsInTheBrowser | The user is triggering CSP violation in the browser | |
Anyone | Anyone has access, this is different from None as not defined is only valid if no firewall attribute is set and does not include users flagged with suspicious activity like cross-site actions or IsMalicious or IsUsingDeveloperTools flaggs | |
All | all options |