Hostname
de.stagil.com
Last fetched
de.stagil.com resolves to 2 IPv4 addresses operated by AS209242 in US.
Nutrition Label
Resolution chain
de.stagil.com 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 |
|---|---|---|---|---|
| 199.60.103.154 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.54 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
No WHOIS records are currently associated with de.stagil.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for de.stagil.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 25322853.spf02.hubspotemail.net |
| SPF_INCLUDE | spf.protection.outlook.de |
| SPF_IP | 18.156.146.130/32 |
| SPF_IP | 3.122.123.151/32 |
| SPF_IP | 3.78.83.17/32 |
| SPF_IP | 45.157.176.253/32 |
| SPF_IP | 85.209.49.35/32 |
Related pages
Pivot deeper into the graph from de.stagil.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "de.stagil.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.