Hostname
lobster.nu
Last fetched
lobster.nu resolves to 1 IPv4 address operated by AS24459 in US.
Nutrition Label
Resolution chain
lobster.nu 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 |
|---|---|---|---|---|
| 206.123.75.180 | 206.123.75.0/24 | AS24459 | — | US |
WHOIS identity
No WHOIS records are currently associated with lobster.nu in WhisperGraph.
Subdomains
8 observed subdomains of lobster.nu.
Web-graph footprint
Distinct hostnames that link to or from lobster.nu in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for lobster.nu.
| Mechanism | Target |
|---|---|
| SPF_A | lobster.nu |
| SPF_A | mechanical.lobster.nu |
| SPF_MX | lobster.nu |
Related pages
Pivot deeper into the graph from lobster.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lobster.nu"})-[: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.