Hostname
standexedge.com
Last fetched
standexedge.com resolves to 1 IPv4 address operated by AUTOMATTIC - Automattic, Inc in US. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
standexedge.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.0.66.140 | 192.0.66.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
- Registrar
- iana:1910
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of standexedge.com.
Web-graph footprint
Distinct hostnames that link to or from standexedge.com in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for standexedge.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 20278412.spf02.hubspotemail.net |
| SPF_INCLUDE | spf-008ff001.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 103.167.84.163 |
| SPF_IP | 116.228.2.66 |
| SPF_IP | 14.102.162.110 |
| SPF_IP | 146.20.166.115 |
| SPF_IP | 195.243.11.2 |
| SPF_IP | 210.13.66.174 |
| SPF_IP | 212.2.70.41 |
| SPF_IP | 212.2.74.55 |
| SPF_IP | 212.62.213.114/31 |
| SPF_IP | 212.62.213.116 |
| SPF_IP | 40.129.96.18 |
| SPF_IP | 67.200.212.114 |
Related pages
Pivot deeper into the graph from standexedge.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "standexedge.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.