Silent Push API

Unified REST gateway for Silent Push threat intelligence. Sections cover Enrich (single and bulk domain, IPv4 and IPv6 enrichment plus IP diversity), Export (CSV, JSON, TXT, RPZ, STIX), Feeds, Feed Indicators, Feed Tags, Live Scan, SPQL Search, Threat Check, TLP Reports, Users and Quota, and Traffic Origin. Authenticated with an x-api-key request header.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/silent-push-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

Postman Collection

silent-push-web-scanner.postman_collection.json Raw ↑
{
	"info": {
		"_postman_id": "9bd9be33-d707-43c4-922e-7693fb1e7140",
		"name": "Silent Push Web Scanner Quick Help Requests",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "2498856"
	},
	"item": [
		{
			"name": "IPs with web servers using PayPal's favicon that are not on PayPal's domain",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{SP_API_KEY}}",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\"query\": \"favicon_murmur3 = 309020573 AND domain != \\\"paypal.com\\\"\",\"sort\":[\"scan_date/desc\"]}"
				},
				"url": {
					"raw": "https://api.silentpush.com/api/v2/web-scan/query/?limit=100&with_metadata=1&max_wait=1",
					"protocol": "https",
					"host": [
						"api",
						"silentpush",
						"com"
					],
					"path": [
						"api",
						"v2",
						"web-scan",
						"query",
						""
					],
					"query": [
						{
							"key": "limit",
							"value": "100"
						},
						{
							"key": "with_metadata",
							"value": "1"
						},
						{
							"key": "max_wait",
							"value": "1"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "IPS w/ SSL certificates expiring within the next day",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{SP_API_KEY}}",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\"query\": \"ssl.not_after > now AND ssl.not_after < now+1d\",\"sort\":[\"scan_date/desc\"]}"
				},
				"url": {
					"raw": "https://api.silentpush.com/api/v2/web-scan/query/?limit=100&with_metadata=1&max_wait=1",
					"protocol": "https",
					"host": [
						"api",
						"silentpush",
						"com"
					],
					"path": [
						"api",
						"v2",
						"web-scan",
						"query",
						""
					],
					"query": [
						{
							"key": "limit",
							"value": "100"
						},
						{
							"key": "with_metadata",
							"value": "1"
						},
						{
							"key": "max_wait",
							"value": "1"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "IPs hosted in Japan scanned in the last 7 days",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{SP_API_KEY}}",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\"query\": \"scan_date > now-7d AND tld = jp\",\"sort\":[\"scan_date/desc\"]}"
				},
				"url": {
					"raw": "https://api.silentpush.com/api/v2/web-scan/query/?limit=100&with_metadata=1&max_wait=1",
					"protocol": "https",
					"host": [
						"api",
						"silentpush",
						"com"
					],
					"path": [
						"api",
						"v2",
						"web-scan",
						"query",
						""
					],
					"query": [
						{
							"key": "limit",
							"value": "100"
						},
						{
							"key": "with_metadata",
							"value": "1"
						},
						{
							"key": "max_wait",
							"value": "1"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "IPs with domains containing the string walmart",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{SP_API_KEY}}",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\"query\": \"domain = \\\"*walmart*\\\"\",\"sort\":[\"scan_date/desc\"]}"
				},
				"url": {
					"raw": "https://api.silentpush.com/api/v2/web-scan/query/?limit=100&with_metadata=1&max_wait=1",
					"protocol": "https",
					"host": [
						"api",
						"silentpush",
						"com"
					],
					"path": [
						"api",
						"v2",
						"web-scan",
						"query",
						""
					],
					"query": [
						{
							"key": "limit",
							"value": "100"
						},
						{
							"key": "with_metadata",
							"value": "1"
						},
						{
							"key": "max_wait",
							"value": "1"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "IPs using AkamaiGHost CDN",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{SP_API_KEY}}",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\"query\": \"header.server = \\\"AkamaiGHost\\\"\",\"sort\":[\"scan_date/desc\"]}"
				},
				"url": {
					"raw": "https://api.silentpush.com/api/v2/web-scan/query/?limit=100&with_metadata=1&max_wait=1",
					"protocol": "https",
					"host": [
						"api",
						"silentpush",
						"com"
					],
					"path": [
						"api",
						"v2",
						"web-scan",
						"query",
						""
					],
					"query": [
						{
							"key": "limit",
							"value": "100"
						},
						{
							"key": "with_metadata",
							"value": "1"
						},
						{
							"key": "max_wait",
							"value": "1"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Vulnerable Servers",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{SP_API_KEY}}",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\"query\": \"htmltitle = \\\"DDoS* not configured\\\" AND response > 200 AND header.server = \\\"ddos*\\\"\",\"sort\":[\"scan_date/desc\"]}"
				},
				"url": {
					"raw": "https://api.silentpush.com/api/v2/web-scan/query/?limit=100&with_metadata=1&max_wait=1",
					"protocol": "https",
					"host": [
						"api",
						"silentpush",
						"com"
					],
					"path": [
						"api",
						"v2",
						"web-scan",
						"query",
						""
					],
					"query": [
						{
							"key": "limit",
							"value": "100"
						},
						{
							"key": "with_metadata",
							"value": "1"
						},
						{
							"key": "max_wait",
							"value": "1"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Brand Whois Example",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{SP_API_KEY}}",
						"type": "text"
					},
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\"query\": \"datasource = \\\"whois\\\" AND domain = \\\"*crowdstrike*\\\" AND organization = \\\"CrowdStrike, Inc.\\\"\",\"sort\":[\"scan_date/desc\"]}"
				},
				"url": {
					"raw": "https://api.silentpush.com/api/v2/web-scan/query/?limit=100&with_metadata=1&max_wait=1",
					"protocol": "https",
					"host": [
						"api",
						"silentpush",
						"com"
					],
					"path": [
						"api",
						"v2",
						"web-scan",
						"query",
						""
					],
					"query": [
						{
							"key": "limit",
							"value": "100"
						},
						{
							"key": "with_metadata",
							"value": "1"
						},
						{
							"key": "max_wait",
							"value": "1"
						}
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "SP_API_KEY",
			"value": "",
			"type": "string"
		}
	]
}