The Rankiteo API
https://apidocs.rankiteo.com/_mock/openapi/
https://api.rankiteo.com/
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getincidentdetail-by-id
https://api.rankiteo.com/underwriter-getincidentdetail-by-id
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getincidentdetail-by-id?incident_id=WES518052325' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "incident_id": "WES518052325", "data": { "title": "West Lothian Council Ransomware Attack", "description": "West Lothian Council confirmed that ransomware actors have stolen personal and sensitive information stored on its education network\n", "date_detected": "2024-05-06", "date_publicly_disclosed": "2024-05-21", "type": "Ransomware", "attack_vector": "Ransomware", "threat_actor": "Interlock Gang", "motivation": "Financial", "impact": { … }, "affected_entities": [ … ], "response": { … }, "data_breach": { … }, "ransomware": { … }, "references": [ … ], "investigation_status": "Ongoing", "stakeholder_advisories": "Parents and carers at every school in West Lothian", "customer_advisories": "Contacting parents and carers, offering advice on phishing and password changes" } }
https://apidocs.rankiteo.com/_mock/openapi/underwriter-getlastcompaniesscanned
https://api.rankiteo.com/underwriter-getlastcompaniesscanned
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-getlastcompaniesscanned?page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "data": [ { … } ], "pagination": { "current_page": 1, "page_size": 2, "total_pages": 1, "total_items": 2 } }
https://apidocs.rankiteo.com/_mock/openapi/underwriter-similar-crunchbase-company
https://api.rankiteo.com/underwriter-similar-crunchbase-company
curl -i -X GET \
'https://apidocs.rankiteo.com/_mock/openapi/underwriter-similar-crunchbase-company?crunchbase_id=apple&max_employee_count=1000&min_employee_count=100&page=1' \
-H 'apikey: YOUR_API_KEY_HERE'
{ "crunchbase_id": "apple", "data": [ "ness-ses", "linkedin", "v-nova-ltd-", "blackbaud", "vmwarehorizon", "citrix", "kaseya", "software-ag", "redocly", "dynamicweb-software" ], "pagination": { "current_page": 1, "page_size": 10, "total_pages": 5, "total_items": 47 } }