Skip to content

Hostname

smtp12.com

Last fetched

smtp12.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · smtp12.comRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/smtp12.com

Resolution chain

smtp12.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

22 observed subdomains of smtp12.com.

Threat posture

History

Mail and authentication

SPF policy

29 SPF mechanisms authorising senders for smtp12.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEsendgrid.net
SPF_IP208.89.49.146
SPF_IP208.89.49.150
SPF_IP208.89.49.192
SPF_IP208.89.49.193
SPF_IP208.89.49.200
SPF_IP208.89.49.201
SPF_IP208.89.49.202
SPF_IP208.89.50.181
SPF_IP208.89.50.182
SPF_IP208.89.50.183
SPF_IP208.89.50.184
SPF_IP208.89.50.185
SPF_IP208.89.50.186
SPF_IP208.89.50.187
SPF_IP208.89.50.188
SPF_IP208.89.50.189
SPF_IP208.89.51.151
SPF_IP208.89.51.153
SPF_IP208.89.51.194
SPF_IP208.89.51.195
SPF_IP208.89.51.196
SPF_IP208.89.51.197
SPF_IP208.89.51.198
SPF_IP208.89.51.201
SPF_IP208.89.51.245
SPF_IP208.89.51.246
SPF_IP208.89.51.251

Related pages

Pivot deeper into the graph from smtp12.com.

Cypher and MCP

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

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