Hostname
app.membercentral.com
Last fetched
app.membercentral.com resolves to 1 IPv4 address operated by LIGHTEDGE-AS-02 - LightEdge Solutions in US.
Nutrition Label
Resolution chain
app.membercentral.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 |
|---|---|---|---|---|
| 207.200.24.168 | 207.200.0.0/19 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
WHOIS identity
No WHOIS records are currently associated with app.membercentral.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
25 SPF mechanisms authorising senders for app.membercentral.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 149.72.130.110/32 |
| SPF_IP | 149.72.152.125/32 |
| SPF_IP | 149.72.201.155/32 |
| SPF_IP | 149.72.208.138/32 |
| SPF_IP | 149.72.221.197/32 |
| SPF_IP | 149.72.35.173/32 |
| SPF_IP | 149.72.46.116/32 |
| SPF_IP | 149.72.46.238/32 |
| SPF_IP | 168.245.14.112/32 |
| SPF_IP | 198.21.4.153/32 |
| SPF_IP | 207.200.12.128/27 |
| SPF_IP | 207.200.8.111 |
| SPF_IP | 207.200.8.143 |
| SPF_IP | 207.200.8.175 |
| SPF_IP | 207.200.8.207 |
| SPF_IP | 207.200.8.27 |
| SPF_IP | 207.200.8.29/32 |
| SPF_IP | 207.200.8.30 |
| SPF_IP | 207.200.8.31 |
| SPF_IP | 207.200.8.32 |
| SPF_IP | 207.200.8.33 |
| SPF_IP | 207.200.8.49 |
| SPF_IP | 207.200.8.79 |
| SPF_IP | 64.28.106.241/32 |
| SPF_IP | 64.28.106.243/32 |
Related pages
Pivot deeper into the graph from app.membercentral.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.membercentral.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.