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