Hostname
hostmaster.pomkit.com
Last fetched
hostmaster.pomkit.com resolves to 2 IPv4 addresses operated by AS12876 in FR.
Nutrition Label
Resolution chain
hostmaster.pomkit.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 163.172.59.227 | 163.172.0.0/16 | AS12876 | — | FR |
| 37.187.147.46 | 37.187.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with hostmaster.pomkit.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for hostmaster.pomkit.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 19896874.spf05.hubspotemail.net |
| SPF_INCLUDE | spf.online.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 163.172.33.164 |
| SPF_IP | 51.159.37.124 |
| SPF_IP | 62.210.10.8 |
Related pages
Pivot deeper into the graph from hostmaster.pomkit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hostmaster.pomkit.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.