Hostname
humancaregroup.com
Last fetched
humancaregroup.com resolves to 1 IPv4 address operated by AS63949 in DE. WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
humancaregroup.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 |
|---|---|---|---|---|
| 139.162.167.245 | 139.162.160.0/19 | AS63949 | — | DE |
WHOIS identity
- Registrar
- iana:73
- Organization
- human care hc ab
- Contact emails
Subdomains
6 observed subdomains of humancaregroup.com.
Web-graph footprint
Distinct hostnames that link to or from humancaregroup.com in the public web crawl.
33 sites link to this hostname.
62 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for humancaregroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp2.althosted.ca |
| SPF_INCLUDE | _custspf.one.com |
| SPF_INCLUDE | _spf.mail.ad.relyoncloud.nl |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | all._spf.plma.se |
| SPF_INCLUDE | spf.mailanyone.net |
| SPF_INCLUDE | spf.mxthunder.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.170.151.51 |
| SPF_IP | 198.41.29.132/32 |
| SPF_IP | 72.128.129.194 |
| SPF_IP | 89.146.8.36 |
Related pages
Pivot deeper into the graph from humancaregroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "humancaregroup.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.