Hostname
graphire.linkpc.net
Last fetched
graphire.linkpc.net resolves to 8 IPv4 addresses operated by HVC-AS - HIVELOCITY, Inc. in US.
Nutrition Label
Resolution chain
graphire.linkpc.net resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.168.40.221 | 144.168.40.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
| 173.244.60.237 | 173.244.60.0/24 | AS64286 | LOGICWEB - LogicWeb Inc. | US |
| 185.225.233.52 | 185.225.232.0/23 | AS51167 | — | GB |
| 185.225.233.53 | 185.225.232.0/23 | AS51167 | — | GB |
| 188.130.160.49 | 188.130.160.0/24 | AS203087 | — | KZ |
| 66.55.93.248 | 66.55.88.0/21 | AS32181 | ASN-GIGENET - GigeNET | US |
| 75.119.152.99 | 75.119.128.0/19 | AS51167 | — | DE |
| 85.118.130.83 | 85.118.128.0/21 | AS24971 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with graphire.linkpc.net in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for graphire.linkpc.net.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{l}.%{o}.%{i}._spf.healtheweb.co.uk |
Related pages
Pivot deeper into the graph from graphire.linkpc.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "graphire.linkpc.net"})-[: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.