The IP Info extension provides REST APIs that can provide information about IP addresses. These APIs provide information that is not public and access to this information causes a log event to be created.
I cannot see a CSRF token in the REST APIs and the ::requireSafeAgainstCsrf method is not overridden to return true. This suggests that the REST APIs are not safe from CSRF attacks, in similar thinking to T355558.