Hostname
centeron.net
Last fetched
centeron.net resolves to 2 IPv4 addresses operated by UUNET - Verizon Business in US. WHOIS lists iana:1251 as the registrar.
Nutrition Label
Resolution chain
centeron.net 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 |
|---|---|---|---|---|
| 65.204.98.13 | 65.192.0.0/11 | AS701 | UUNET - Verizon Business | US |
| 167.160.80.200 | 167.160.80.0/21 | AS394617 | LCUB - LCUB | US |
WHOIS identity
- Registrar
- iana:1251
- Organization
- robertshaw ipd
- Contact emails
Subdomains
18 observed subdomains of centeron.net.
Web-graph footprint
Distinct hostnames that link to or from centeron.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for centeron.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from centeron.net.
- IP · 65.204.98.13
- ASN · AS701UUNET - Verizon Business
- Registrar · iana:1251
- Country · US
- Email · rick.carl@schneider-electric.com
- TLD · .net
- Browse hostnames · ce…
- 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: "centeron.net"})-[: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.