Skip to content

Hostname

uploader.optec.com

Last fetched

uploader.optec.com resolves to 2 IPv4 addresses operated by FRONTIER-FRTR - Frontier Communications of America, Inc. in US.

Nutrition Label

WHISPER CANON · uploader.optec.comRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/uploader.optec.com

Resolution chain

uploader.optec.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
47.176.90.17247.176.0.0/14AS5650FRONTIER-FRTR - Frontier Communications of America, Inc.US
66.209.99.20466.209.96.0/19AS35985ONERINGNET-ATL-1 - One Ring Networks, Inc.US

WHOIS identity

No WHOIS records are currently associated with uploader.optec.com in WhisperGraph.

Subdomains

1 observed subdomain of uploader.optec.com.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from uploader.optec.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "uploader.optec.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.