Skip to main content
InfoFor the request, Whois, session, and user-agent objects, every string value should be enclosed in a single-quotes ' and not in double-quotes ".

request

whois

session

response

tags

user-agent

The ua_parsed table contains user agent information collected by WAAP from the source of the logged request.

client_data

AttributeTypeDescriptionCompiled source field
fingerprint[‘hash’]dictA table that contains fingerprint information about the request (the information is collected by WAAP with injected JavaScript):
  • fp__hash of the client
  • fp__js of the client
  • fp__flash of the client
  • fp__header of the client

client_data.fingerprint == ‘kvd8oxizrdl-41-37zpvwqrr-5tzoaavgfr7-v2osmr4iefe-noieo-90.3095389639745667’
client_data.fingerprint[‘hash’]client_data.fingerprint[‘hash’] == ‘9be394dca715eca8e42783397a507d2e’
fingerprint[‘js’]dictclient_data.fingerprint[‘js’]
fingerprint[‘flash’]dictclient_data.fingerprint[‘flash’]
fingerprint[‘header’]dictclient_data.fingerprint[‘header’]