Skip to content

Hostname

banccard.com

Last fetched

banccard.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in CA. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
159.203.22.111159.203.16.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCCA
45.56.127.6045.56.120.0/21AS63949AKAMAI-LINODE-AP Akamai Connected CloudUS

WHOIS identity

Registrar
iana:2
Organization
banc card of america
Contact emails

Subdomains

8 observed subdomains of banccard.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for banccard.com.

MechanismTarget
SPF_INCLUDE_spf.iriscrm.com
SPF_INCLUDEedgepilot.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.safewebservices.com
SPF_INCLUDEspf1.emailsecurity.app
SPF_IP66.208.214.17
SPF_IP72.32.3.218

Related pages

Pivot deeper into the graph from banccard.com.

Cypher and MCP

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

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