Skip to content

Hostname

smcjordan.com

Last fetched

smcjordan.com resolves to 2 IPv4 addresses operated by AS57344 in BG. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · smcjordan.comRouting diversity2.4/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/smcjordan.com

Resolution chain

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

WHOIS identity

Registrar
iana:146
Organization
contact privacy inc. customer 0133393540
Contact emails

Subdomains

5 observed subdomains of smcjordan.com.

Threat posture

History

Mail and authentication

MX records

  • smcjordan.com

SPF policy

2 SPF mechanisms authorising senders for smcjordan.com.

MechanismTarget
SPF_INCLUDEspf.antispamcloud.com
SPF_IP84.16.253.7

Related pages

Pivot deeper into the graph from smcjordan.com.

Cypher and MCP

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

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