Hostname
elliottgroup.com
Last fetched
elliottgroup.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
elliottgroup.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
- Registrar
- iana:168
- Organization
- elliott building & civil engineering
- Contact emails
Subdomains
2 observed subdomains of elliottgroup.com.
Web-graph footprint
Distinct hostnames that link to or from elliottgroup.com in the public web crawl.
26 sites link to this hostname.
47 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for elliottgroup.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 103.2.140.0/22 |
| SPF_IP | 103.47.204.0/22 |
| SPF_IP | 170.10.68.0/22 |
| SPF_IP | 198.74.56.28/32 |
| SPF_IP | 20.108.187.134 |
| SPF_IP | 203.31.36.0/22 |
| SPF_IP | 207.58.147.64/28 |
| SPF_IP | 216.22.15.224/27 |
| SPF_IP | 43.228.184.0/22 |
| SPF_IP | 52.151.79.31 |
| SPF_IP | 93.107.39.178 |
Related pages
Pivot deeper into the graph from elliottgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elliottgroup.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.