Hostname
isitestaging.com
Last fetched
isitestaging.com resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
isitestaging.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.30.36.96 | 100.24.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.195.74.194 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.234.182.3 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.209.170.22 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.173.59.166 | 54.172.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.95.40.99 | 98.88.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
30 observed subdomains of isitestaging.com.
Showing 25 of 30. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for isitestaging.com.
| Mechanism | Target |
|---|---|
| SPF_A | isitestaging.com |
| SPF_A | msm-isite.com |
| SPF_A | msmgroupinc.com |
| SPF_A | myrealtime.com |
| SPF_INCLUDE | isitepmo.com |
| SPF_INCLUDE | isitestaging.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 3.230.192.44/32 |
| SPF_IP | 54.86.1.118/32 |
| SPF_MX | isitestaging.com |
Related pages
Pivot deeper into the graph from isitestaging.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "isitestaging.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.