Hostname
welfare.net
Last fetched
welfare.net resolves to 1 IPv4 address operated by AS9286 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
welfare.net 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.150.242.74 | 139.150.192.0/18 | AS9286 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- korea association of social workers
- Contact emails
Subdomains
15 observed subdomains of welfare.net.
Web-graph footprint
Distinct hostnames that link to or from welfare.net in the public web crawl.
569 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for welfare.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.secuecloud.com |
| SPF_IP | 139.150.242.8 |
| SPF_IP | 183.111.145.160/28 |
| SPF_IP | 222.122.47.105 |
| SPF_IP | 45.64.173.104 |
| SPF_IP | 45.64.173.120 |
| SPF_IP | 45.64.173.121 |
| SPF_IP | 45.64.173.77 |
| SPF_IP | 45.64.173.84 |
| SPF_IP | 49.238.248.224 |
| SPF_IP | 49.238.248.240 |
Related pages
Pivot deeper into the graph from welfare.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "welfare.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.