Skip to content

Hostname

scc.ba

Last fetched

scc.ba resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · scc.baRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/scc.ba

Resolution chain

scc.ba resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.75.229104.21.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
128.140.105.10128.140.0.0/17AS24940DE
172.67.182.231172.67.176.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with scc.ba in WhisperGraph.

Subdomains

14 observed subdomains of scc.ba.

Web-graph footprint

Distinct hostnames that link to or from scc.ba in the public web crawl.

37 sites link to this hostname.

39 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

6 SPF mechanisms authorising senders for scc.ba.

MechanismTarget
SPF_Ascc.ba
SPF_IP128.140.105.10
SPF_IP46.224.191.0
SPF_IP66.147.253.47
SPF_IP67.20.114.55
SPF_MXscc.ba

Related pages

Pivot deeper into the graph from scc.ba.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "scc.ba"})-[: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.