Hostname
projectblues.eu
Last fetched
projectblues.eu resolves to 2 IPv4 addresses operated by INVITECH in HU.
Nutrition Label
Resolution chain
projectblues.eu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 79.120.193.214 | 79.120.192.0/19 | AS12301 | INVITECH | HU |
| 94.199.178.49 | 94.199.178.0/23 | AS206892 | LITORAL TELECOM PROVEDOR DE INTERNET E SERVICOS LT | HU |
WHOIS identity
No WHOIS records are currently associated with projectblues.eu in WhisperGraph.
Subdomains
2 observed subdomains of projectblues.eu.
Web-graph footprint
Distinct hostnames that link to or from projectblues.eu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for projectblues.eu.
| Mechanism | Target |
|---|---|
| SPF_A | mail.emg.group |
| SPF_IP | 79.120.193.220 |
| SPF_IP | 94.199.178.54 |
Related pages
Pivot deeper into the graph from projectblues.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "projectblues.eu"})-[: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.