Hostname
fenominal.com
Last fetched
fenominal.com resolves to 2 IPv4 addresses operated by AS-TING-BACKBONE - Ting Fiber Inc. in US. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
fenominal.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 |
|---|---|---|---|---|
| 98.124.199.83 | 98.124.192.0/20 | AS32133 | AS-TING-BACKBONE - Ting Fiber Inc. | US |
| 98.124.243.40 | 98.124.240.0/20 | AS32133 | AS-TING-BACKBONE - Ting Fiber Inc. | US |
WHOIS identity
- Registrar
- iana:9
- Organization
- web.com group,
- Contact emails
Subdomains
1 observed subdomain of fenominal.com.
| Subdomain |
|---|
| www.fenominal.com |
Web-graph footprint
Distinct hostnames that link to or from fenominal.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for fenominal.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 209.67.128.0/23 |
| SPF_IP | 216.152.255.0/24 |
| SPF_IP | 216.163.188.0/24 |
| SPF_IP | 64.191.223.0/24 |
| SPF_IP | 65.74.168.0/24 |
| SPF_IP | 69.26.182.10 |
| SPF_IP | 69.26.182.242 |
| SPF_IP | 69.64.153.0/24 |
| SPF_IP | 74.202.139.0/24 |
| SPF_IP | 74.202.142.0/24 |
| SPF_IP | 74.202.15.0/24 |
| SPF_MX | fenominal.com |
Related pages
Pivot deeper into the graph from fenominal.com.
- IP · 98.124.199.83
- ASN · AS32133AS-TING-BACKBONE - Ting Fiber Inc.
- Registrar · iana:9
- Country · US
- Email · dnsadmin@web.com
- TLD · .com
- Browse hostnames · fe…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fenominal.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.