- Retrieve the cloned login page detection configuration
Replace the cloned login page detection configuration
Retrieve the cloned login...
Returns your organization's current cloned login page detection configuration, including every rule and its settings. Rules are returned in the order they're evaluated, with the highest-priority rule first.
Security
x-api-key
GET
curl -i -X GET \
https://api.pushsecurity.com/v1/controls/clonedLoginPageDetection/configuration \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "globals": { "ignoredHosts": [ "*.internal.example.com", "build-server", "10.0.1.1" ] }, "rules": [ { "id": "c478966c-f927-411c-b919-179832d3d50c", "name": "Warn Finance on cloned login pages", "enabled": true, "mode": "WARN", "title": "Suspicious login page", "subtext": "This page looks like a cloned login page. Do not enter your credentials.", "ignoreButtonText": "Proceed anyway", "criteria": { "employeeIds": { "matches": [ … ] }, "employeeGroups": { "matches": [ … ] } } } ] }