Hostname
sting.at
Last fetched
sting.at resolves to 2 IPv4 addresses operated by AS197540 in DE.
Nutrition Label
Resolution chain
sting.at resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.38.243.234 | 46.38.240.0/22 | AS197540 | — | DE |
| 80.237.133.102 | 80.237.133.0/24 | AS34011 | — | DE |
WHOIS identity
No WHOIS records are currently associated with sting.at in WhisperGraph.
Subdomains
7 observed subdomains of sting.at.
Showing 5 of 7. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sting.at in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for sting.at.
| Mechanism | Target |
|---|---|
| SPF_A | sting.at |
| SPF_MX | sting.at |
Related pages
Pivot deeper into the graph from sting.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sting.at"})-[: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.