Hostname
newman-project.lu
Last fetched
newman-project.lu resolves to 1 IPv4 address operated by WHG-LUX - WHG Hosting Services Ltd in LU.
Nutrition Label
Resolution chain
newman-project.lu 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 |
|---|---|---|---|---|
| 194.147.93.120 | 194.147.93.0/24 | AS213183 | WHG-LUX - WHG Hosting Services Ltd | LU |
WHOIS identity
No WHOIS records are currently associated with newman-project.lu in WhisperGraph.
Subdomains
7 observed subdomains of newman-project.lu.
Web-graph footprint
Distinct hostnames that link to or from newman-project.lu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- newman-project.lu
SPF policy
5 SPF mechanisms authorising senders for newman-project.lu.
| Mechanism | Target |
|---|---|
| SPF_A | newman-project.lu |
| SPF_IP | 194.147.93.120 |
| SPF_IP | 194.42.98.122 |
| SPF_IP | 82.211.41.124 |
| SPF_MX | newman-project.lu |
Related pages
Pivot deeper into the graph from newman-project.lu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "newman-project.lu"})-[: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.