Hostname
rochefort.us
Last fetched
rochefort.us has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
rochefort.us 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:146
- Organization
- andrea geroldi
- Contact emails
Subdomains
1 observed subdomain of rochefort.us.
| Subdomain |
|---|
| www.rochefort.us |
Web-graph footprint
Distinct hostnames that link to or from rochefort.us in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for rochefort.us.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_INCLUDE | clientspf.backstopsolutions.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.89.31.0/30 |
| SPF_IP | 208.81.212.0/22 |
| SPF_IP | 216.158.137.42 |
| SPF_IP | 52.167.167.48/30 |
| SPF_IP | 71.183.228.114 |
Related pages
Pivot deeper into the graph from rochefort.us.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rochefort.us"})-[: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.