Hostname
m.sej.org
Last fetched
m.sej.org resolves to 1 IPv4 address operated by PRIVATESYSTEMS - PrivateSystems Networks in US.
Nutrition Label
Resolution chain
m.sej.org 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 |
|---|---|---|---|---|
| 162.255.160.112 | 162.255.160.0/21 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | US |
WHOIS identity
No WHOIS records are currently associated with m.sej.org in WhisperGraph.
Subdomains
1 observed subdomain of m.sej.org.
| Subdomain |
|---|
| www.m.sej.org |
Web-graph footprint
Distinct hostnames that link to or from m.sej.org in the public web crawl.
2,809 sites linked to from this hostname.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for m.sej.org.
| Mechanism | Target |
|---|---|
| SPF_A | m.sej.org |
| SPF_IP | 162.255.160.112 |
| SPF_MX | m.sej.org |
Related pages
Pivot deeper into the graph from m.sej.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.sej.org"})-[: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.