Hostname
fis.com
Last fetched
fis.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
fis.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:292
- Organization
- damian sanguine
- Contact emails
Subdomains
6 observed subdomains of fis.com.
Showing 3 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fis.com in the public web crawl.
767 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for fis.com.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_A | spf.peopleclick.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf-00501504.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfhost.messageprovider.com |
| SPF_IP | 147.249.12.94 |
| SPF_IP | 147.249.16.101 |
| SPF_IP | 147.249.4.105 |
| SPF_IP | 185.4.4.17/32 |
| SPF_IP | 192.28.147.171 |
| SPF_IP | 198.207.147.224/27 |
| SPF_IP | 199.200.24.157 |
| SPF_IP | 199.200.27.46 |
| SPF_IP | 20.41.44.23 |
| SPF_IP | 204.239.0.224/27 |
| SPF_IP | 206.132.28.87 |
| SPF_IP | 208.85.49.112 |
| SPF_IP | 64.238.211.94/32 |
| SPF_IP | 74.107.136.48 |
Related pages
Pivot deeper into the graph from fis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fis.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.