Hostname
ad.admitad.com
Last fetched
ad.admitad.com resolves to 3 IPv4 addresses operated by PIN-AS in DE.
Nutrition Label
Resolution chain
ad.admitad.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.228.171.247 | 103.228.171.0/24 | AS44051 | PIN-AS | DE |
| 103.228.171.58 | 103.228.171.0/24 | AS44051 | PIN-AS | DE |
| 35.186.222.46 | 35.186.0.0/16 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
No WHOIS records are currently associated with ad.admitad.com in WhisperGraph.
Subdomains
1 observed subdomain of ad.admitad.com.
| Subdomain |
|---|
| www.ad.admitad.com |
Web-graph footprint
Distinct hostnames that link to or from ad.admitad.com in the public web crawl.
5,414 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from ad.admitad.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ad.admitad.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.