Hostname
connect44.com
Last fetched
connect44.com resolves to 1 IPv4 address operated by NEXANET in CH. WHOIS lists iana:3240 as the registrar.
Nutrition Label
Resolution chain
connect44.com 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 |
|---|---|---|---|---|
| 93.174.188.116 | 93.174.184.0/21 | AS47506 | NEXANET | CH |
WHOIS identity
- Registrar
- iana:3240
- Organization
- connect44
- Contact emails
Subdomains
16 observed subdomains of connect44.com.
Web-graph footprint
Distinct hostnames that link to or from connect44.com in the public web crawl.
30 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for connect44.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 2001:470:26:d7::1/64 |
| SPF_IP | 93.174.188.96/27 |
| SPF_IP | 93.174.189.192/27 |
Related pages
Pivot deeper into the graph from connect44.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "connect44.com"})-[: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.