Hostname
auth.api.datenserviceplus.online
Last fetched
auth.api.datenserviceplus.online resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
auth.api.datenserviceplus.online resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.213.124 | 108.158.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.213.56 | 108.158.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.213.86 | 108.158.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.213.99 | 108.158.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.230.62.16 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.25 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.44 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.59 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with auth.api.datenserviceplus.online in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from auth.api.datenserviceplus.online.
- IP · 108.158.213.124
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Country · SG
- Apex domain · datenserviceplus.online
- Parent domain · api.datenserviceplus.online
- TLD · .online
- Browse hostnames · au…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auth.api.datenserviceplus.online"})-[: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.