Token Validation
Agent Assessment and Classification
- Extract the token issuer from the
issclaim - If present, extract the token originator from the
oriclaim - Extract the agent platform from the
apd.nameclaim - If present, extract the
apd.verifierclaim - If the
apd.verifieris “Experian”: - Validate the value is identical to the
oriclaim - Extract the
apd.verifiedclaim - This value may be used as part of a fraud risk score logic to infer some trust level for the agent
- Validate the value is identical to the
- If the
Agent Name Extraction
- Extract the Agent description from:
aid.name, orbtg
Some bot- and fraud-detection systems dynamically name agents or bots. The above claims can be used and combined to assign name.
Example 1
ori: https://experian.com
apd.name: Acme Shopping Agent
aid.name: Deal Finder
Agent name: Skyfire-Experian-Acme Shopping Agent-Deal Finder
Example 2
apd.name: Travel Agency
aid.name: flight Finder
Agent name: Skyfire-Travel Agency-Flight Finder
Source IP Validation
- Extract the values from the
aid.source_ipsclaim and compare with the IP from which the agent’s request originates.