Skip to content

Hostname

samgraph.ir

Last fetched

samgraph.ir resolves to 3 IPv4 addresses operated by AS60631 in IR.

Nutrition Label

WHISPER CANON · samgraph.irRouting diversity3.0/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint6.6/10canon.whisper.security/host/samgraph.ir

Resolution chain

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

WHOIS identity

No WHOIS records are currently associated with samgraph.ir in WhisperGraph.

Subdomains

11 observed subdomains of samgraph.ir.

Web-graph footprint

Distinct hostnames that link to or from samgraph.ir in the public web crawl.

31 sites link to this hostname.

48 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for samgraph.ir.

MechanismTarget
SPF_Asamgraph.ir
SPF_IP91.107.156.59
SPF_MXsamgraph.ir

Related pages

Pivot deeper into the graph from samgraph.ir.

Cypher and MCP

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

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