Skip to content

Hostname

berktek.com

Last fetched

berktek.com resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in US. WHOIS lists iana:642 as the registrar.

Nutrition Label

WHISPER CANON · berktek.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/berktek.com

Resolution chain

berktek.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
129.80.38.170129.80.0.0/16AS31898ORACLE-BMC-31898 - Oracle CorporationUS

WHOIS identity

Registrar
iana:642
Organization
domain administrator
Contact emails

Subdomains

1 observed subdomain of berktek.com.

Web-graph footprint

Distinct hostnames that link to or from berktek.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for berktek.com.

MechanismTarget
SPF_Aberktek.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP107.20.210.250/32
SPF_IP129.159.98.105/32
SPF_IP209.123.84.0/24
SPF_IP213.201.211.128/28
SPF_IP52.70.248.144/32
SPF_MXberktek.com

Related pages

Pivot deeper into the graph from berktek.com.

Cypher and MCP

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

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