Hostname
hom.org
Last fetched
hom.org resolves to 1 IPv4 address operated by DFW-DATACENTER - DFW Datacenter in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
hom.org 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 |
|---|---|---|---|---|
| 67.222.143.192 | 67.222.128.0/20 | AS30277 | DFW-DATACENTER - DFW Datacenter | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- hospice of michigan
- Contact emails
Subdomains
13 observed subdomains of hom.org.
Web-graph footprint
Distinct hostnames that link to or from hom.org in the public web crawl.
140 sites link to this hostname.
271 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for hom.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.ultipro.com |
| SPF_INCLUDE | spf-us.emailsignatures365.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 167.89.41.240/32 |
| SPF_IP | 167.89.54.4/32 |
| SPF_IP | 167.89.94.126/32 |
| SPF_IP | 52.255.217.107/32 |
Related pages
Pivot deeper into the graph from hom.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hom.org"})-[: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.