Hostname
prometheal.com
Last fetched
prometheal.com resolves to 2 IPv4 addresses operated by PROMINIC-NET-INC - Prominic.NET, Inc. in US. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
prometheal.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 |
|---|---|---|---|---|
| 199.103.7.59 | 199.103.6.0/23 | AS22663 | PROMINIC-NET-INC - Prominic.NET, Inc. | US |
| 208.91.197.132 | 208.91.197.0/24 | AS40034 | CONFLUENCE-NETWORK-INC - Confluence Networks Inc | VG |
WHOIS identity
- Registrar
- iana:9
- Organization
- perfect privacy,
- Contact emails
Subdomains
1 observed subdomain of prometheal.com.
| Subdomain |
|---|
| www.prometheal.com |
Web-graph footprint
Distinct hostnames that link to or from prometheal.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for prometheal.com.
| Mechanism | Target |
|---|---|
| SPF_A | prometheal.com |
| SPF_IP | 199.103.3.123 |
| SPF_IP | 199.103.5.37 |
| SPF_IP | 199.103.6.214 |
| SPF_IP | 199.103.7.59 |
| SPF_MX | prometheal.com |
Related pages
Pivot deeper into the graph from prometheal.com.
- IP · 199.103.7.59
- ASN · AS22663PROMINIC-NET-INC - Prominic.NET, Inc.
- Registrar · iana:9
- Country · US
- Email · 40d6cde70a28fd0a18f3f62881a530e2@domaindiscreet.com
- TLD · .com
- Browse hostnames · pr…
- 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: "prometheal.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.