Hostname
care.net.sg
Last fetched
care.net.sg resolves to 1 IPv4 address operated by AS135418 in SG.
Nutrition Label
Resolution chain
care.net.sg 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 |
|---|---|---|---|---|
| 160.30.0.30 | 160.30.0.0/23 | AS135418 | — | SG |
WHOIS identity
No WHOIS records are currently associated with care.net.sg in WhisperGraph.
Subdomains
28 observed subdomains of care.net.sg.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from care.net.sg in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for care.net.sg.
| Mechanism | Target |
|---|---|
| SPF_A | bc01.care.net.sg |
| SPF_A | helpdesk.care.biz |
| SPF_A | mx1.mysecuremails.com |
| SPF_A | mysecuremails.com |
| SPF_A | postman.care.biz |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 158.140.133.77 |
| SPF_IP | 160.30.0.10 |
| SPF_IP | 160.30.0.30 |
| SPF_MX | care.net.sg |
Related pages
Pivot deeper into the graph from care.net.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "care.net.sg"})-[: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.