Change regarding API field `security.is_threat`
timestamp1606723200001
The Ipregistry API includes in its responses the field security.is_threat
. This field contains as value a boolean that is true if one field of the following fields evaluate to true:
security.is_abuser
security.is_attacker
security.is_cloud_provider.
After February 1, 2021 the Ipregistry API will set the value associated with security.is_threat
to true if the field security.is_abuser
or the field security.is_attacker
evaluates to true
. In other words, the field security.is_cloud_provider
will no longer be taken into consideration.
In the case you rely on this field and you want to keep the behavior unchanged after the date above, we suggest updating your code right now as follows:
security.is_threat OR security.is_cloud_provider
Did you like this update?
Leave your name and email so that we can reply to you (both fields are optional):