Hostname
valu.com.eg
Last fetched
valu.com.eg resolves to 1 IPv4 address operated by AS328786 in EG.
Nutrition Label
Resolution chain
valu.com.eg 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 |
|---|---|---|---|---|
| 102.212.67.40 | 102.212.67.0/24 | AS328786 | — | EG |
WHOIS identity
No WHOIS records are currently associated with valu.com.eg in WhisperGraph.
Subdomains
15 observed subdomains of valu.com.eg.
Web-graph footprint
Distinct hostnames that link to or from valu.com.eg in the public web crawl.
117 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for valu.com.eg.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 102.164.114.50 |
| SPF_IP | 102.164.114.52 |
| SPF_IP | 102.212.67.253 |
| SPF_IP | 196.3.14.94 |
| SPF_IP | 196.3.14.95 |
| SPF_IP | 196.3.15.91 |
| SPF_IP | 196.3.15.92 |
| SPF_IP | 216.74.162.13/32 |
| SPF_IP | 216.74.162.14/32 |
| SPF_IP | 77.73.197.151 |
| SPF_IP | 82.129.234.179 |
| SPF_IP | 82.129.234.182 |
Related pages
Pivot deeper into the graph from valu.com.eg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "valu.com.eg"})-[: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.