Skip to content

Hostname

from.simpleology.com

Last fetched

from.simpleology.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · from.simpleology.comRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/from.simpleology.com

Resolution chain

from.simpleology.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

No WHOIS records are currently associated with from.simpleology.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for from.simpleology.com.

MechanismTarget
SPF_Afrom.simpleology.com
SPF_Amanage.czsecure.com
SPF_Atenjin.markjoyner.name
SPF_INCLUDEamazonses.com
SPF_IP199.167.47.240
SPF_IP207.244.127.29
SPF_IP50.56.193.87
SPF_IP50.56.198.252
SPF_IP50.56.198.254
SPF_IP50.56.198.9
SPF_IP50.56.220.81
SPF_IP50.57.224.254/32
SPF_IP64.64.5.107
SPF_IP72.3.141.201/32
SPF_IP72.32.154.48/32
SPF_MXfrom.simpleology.com

Related pages

Pivot deeper into the graph from from.simpleology.com.

Cypher and MCP

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

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