GET /explore/padns/search/typosquatFind typosquatted variations of the domain - optionally exclude selected infrastructure
The default setting is to examine new records with a first_seen timestamp within the last 7 days. However, this timeframe can be reduced to the last 24 hours, allowing for daily discovery searches.
Only records seen within the last 7 days will be considered in this search.
Query Parameters |
|
Request headers: |
|
Note
reduce=host gives aggregation on hostname without pairing with IP resolutions - this gives observation dates for the hostname regardless of IP history.
Note
Wildcards (*) are supported in nsname parameter.
Example request
https://api.silentpush.com/api/v1/merge-api/explore/padns/search/typosquat \
?autospoof=wellsfargo.com \
&network=159.45.170.0/20 \
&nsname=*.wf.com \
&nsname=*.wellsfargo.com \
&nsname=*.markmonitor.com \
&asname_starts_with=wellsfargo \
&asn=notin \
&net=notin \
&match=neq \
&first_seen_after=-7d \
&limit=2Example response
{
"status_code": 200,
"error": null,
"response": {
"records": [
{
"answer": "162.255.119.116",
"asn": 22612,
"asname": "NAMECHEAP-NET, US",
"count": 1,
"domain": "pstel.net",
"first_seen": "2023-01-05 22:47:27",
"last_seen": "2023-01-05 22:47:27",
"query": "a3cbb1aff0.wellsfargo.com.dhcp01.pstel.net",
"type": "A"
},
{
"answer": "108.139.47.10",
"asn": 16509,
"asname": "AMAZON-02, US",
"count": 1,
"domain": "aspengroveinc.com",
"first_seen": "2023-01-05 22:46:47",
"last_seen": "2023-01-05 22:46:47",
"query": "iagent-wellsfargo.qa.aspengroveinc.com",
"type": "A"
}
]
}
}