Hostname
fax.sentinel.com
Last fetched
fax.sentinel.com resolves to 1 IPv4 address operated by SENTINELTECH - Sentinel Technologies, Inc. in US.
Nutrition Label
Resolution chain
fax.sentinel.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 |
|---|---|---|---|---|
| 199.7.247.160 | 199.7.247.0/24 | AS15294 | SENTINELTECH - Sentinel Technologies, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with fax.sentinel.com in WhisperGraph.
Subdomains
1 observed subdomain of fax.sentinel.com.
| Subdomain |
|---|
| 02002-csfax-01.fax.sentinel.com |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for fax.sentinel.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | cloud.sentinel.com |
Related pages
Pivot deeper into the graph from fax.sentinel.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fax.sentinel.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.