Skip to content

Hostname

birkacargo.com

Last fetched

birkacargo.com resolves to 1 IPv4 address operated by AS64073 in SE. WHOIS lists iana:73 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
195.74.38.640.0.0.0/0AS64073SE

WHOIS identity

Registrar
iana:73
Organization
domain name department
Contact emails

Subdomains

1 observed subdomain of birkacargo.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for birkacargo.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP194.112.8.0/28

Related pages

Pivot deeper into the graph from birkacargo.com.

Cypher and MCP

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

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