Injection Attack Detection (IAD)¶
An injection attack is a vulnerability that allows an attacker to insert (or "inject") malicious or altered content, such as images or videos. This enables an attacker to perform a man-in-the-middle attack by injecting deep fakes, altered pictures, or using virtual cameras.
To detect all these kind of attacks, Veridas has developed a security measure that ensures the images captured by the SDKs are received by the backend application without any modifications along the way.
This injection attack detection feature requires using SDKs, otherwise, the integrity scores will not be available.
Please check the SDK documentation for the compatibility for the validation process integrity verification feature
As part of this process, a set of scores are returned, called "Integrity scores".
Main Integrity Score¶
ValidasScoreIntegrity: Indicates if the integrity of the entire validation process has been satisfied or not. Its value depends on the following factors:
- This validation integrity score will be available ONLY if at least one of the images was captured using the SDK supporting this integrity feature.
- This validation integrity score will be 1 if ALL the uploaded images have their integrity score with value.
- This validation integrity score will be 0 if any of the images have an integrity score of 0 or missing (ie: was not captured using the SDK supporting the feature)
Info
We strongly recommend including this score in your business logic when accepting/rejecting a validation, along with the other recommended scores.
Other Integrity Scores¶
ValidasScoreDocObverseIntegrity: Indicates whether the obverse image has not been modified or altered since it was captured by the Veridas SDK. If there is a fulfilment, value "1" is provided, otherwise, value "0" is provided.
ValidasScoreDocReverseIntegrity: Indicates whether the reverse image has not been modified or altered since it was captured by the Veridas SDK. If there is a fulfilment, value "1" is provided, otherwise, value "0" is provided.
ValidasScoreDocSelfieIntegrity: Indicates whether the selfie image has not been modified or altered since it was captured by the Veridas SDK. If there is a fulfilment, value "1" is provided, otherwise, value "0" is provided.
ValidasScoreDocSelfieAliveIntegrity: Indicates whether the selfie alive image has not been modified or altered since it was captured by the Veridas SDK. If there is a fulfilment, value "1" is provided, otherwise, value "0" is provided.