Skip to content

Hostname

static.beadsmith.com

Last fetched

static.beadsmith.com resolves to 4 IPv4 addresses operated by DIGICERT - Tiggee LLC in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
96.45.82.10996.45.82.0/24AS16552DIGICERT - Tiggee LLCUS
96.45.82.22096.45.82.0/24AS16552DIGICERT - Tiggee LLCUS
96.45.83.11196.45.83.0/24AS16552DIGICERT - Tiggee LLCUS
96.45.83.22196.45.83.0/24AS16552DIGICERT - Tiggee LLCUS

WHOIS identity

No WHOIS records are currently associated with static.beadsmith.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for static.beadsmith.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEsent-via.netsuite.com
SPF_INCLUDEspf.constantcontact.com
SPF_INCLUDEspf.mtaroutes.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP50.192.244.137
SPF_IP50.225.13.166
SPF_IP65.198.74.26

Related pages

Pivot deeper into the graph from static.beadsmith.com.

Cypher and MCP

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

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