Hostname
name-services.com
Last fetched
name-services.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
name-services.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
Subdomains
132 observed subdomains of name-services.com.
Showing 25 of 132. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from name-services.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for name-services.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hostedemail.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 209.67.128.0/23 |
| SPF_IP | 216.152.255.0/24 |
| SPF_IP | 216.163.188.0/24 |
| SPF_IP | 216.40.42.123 |
| SPF_IP | 216.40.42.124 |
| SPF_IP | 216.40.42.125 |
| SPF_IP | 64.191.223.0/24 |
| SPF_IP | 65.74.168.0/24 |
| SPF_IP | 69.26.182.10 |
| SPF_IP | 69.26.182.242 |
| SPF_IP | 69.64.153.0/24 |
| SPF_IP | 74.202.139.0/24 |
| SPF_IP | 74.202.142.0/24 |
| SPF_IP | 74.202.15.0/24 |
| SPF_IP | 98.124.224.28/32 |
| SPF_IP | 98.124.246.29 |
| SPF_IP | 98.124.246.30 |
| SPF_MX | name-services.com |
Related pages
Pivot deeper into the graph from name-services.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "name-services.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.