Hostname
seneca.psychometrics.com
Last fetched
seneca.psychometrics.com resolves to 1 IPv4 address operated by 4WEB-CA - 4WEB.CA in CA.
Nutrition Label
Resolution chain
seneca.psychometrics.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.180.30.211 | 199.180.28.0/22 | AS32536 | 4WEB-CA - 4WEB.CA | CA |
WHOIS identity
No WHOIS records are currently associated with seneca.psychometrics.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for seneca.psychometrics.com.
| Mechanism | Target |
|---|---|
| SPF_A | seneca.psychometrics.com |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | protection.outlook.com |
| SPF_INCLUDE | shop.shopify.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 135.84.216.160 |
| SPF_IP | 135.84.216.224 |
| SPF_IP | 135.84.217.32 |
| SPF_IP | 135.84.217.96 |
| SPF_IP | 139.162.19.226 |
| SPF_IP | 178.79.157.19 |
| SPF_IP | 184.70.166.178 |
| SPF_IP | 199.180.30.222 |
| SPF_IP | 45.56.92.225 |
| SPF_IP | 63.143.57.132 |
| SPF_IP | 63.143.57.137 |
| SPF_IP | 63.143.57.146 |
| SPF_IP | 63.143.57.149 |
| SPF_IP | 66.240.227.18/29 |
| SPF_IP | 66.240.227.21 |
| SPF_IP | 66.240.227.4 |
| SPF_IP | 66.240.227.9 |
| SPF_MX | seneca.psychometrics.com |
Related pages
Pivot deeper into the graph from seneca.psychometrics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seneca.psychometrics.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.