Hostname
et.rightsofemployees.com
Last fetched
et.rightsofemployees.com resolves to 1 IPv4 address operated by AITNET - Advanced Internet Technologies in US.
Nutrition Label
Resolution chain
et.rightsofemployees.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 |
|---|---|---|---|---|
| 208.234.10.127 | 208.234.0.0/19 | AS10843 | AITNET - Advanced Internet Technologies | US |
WHOIS identity
No WHOIS records are currently associated with et.rightsofemployees.com in WhisperGraph.
Subdomains
1 observed subdomain of et.rightsofemployees.com.
| Subdomain |
|---|
| m.et.rightsofemployees.com |
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for et.rightsofemployees.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 135.148.132.225 |
| SPF_IP | 208.234.10.120 |
| SPF_IP | 208.234.10.127 |
| SPF_IP | 208.234.10.87 |
| SPF_IP | 208.234.21.62 |
| SPF_IP | 208.234.21.63 |
| SPF_IP | 208.234.21.64 |
| SPF_IP | 208.234.21.67 |
| SPF_IP | 216.117.148.246 |
| SPF_IP | 216.117.158.208 |
| SPF_IP | 216.117.158.210 |
Related pages
Pivot deeper into the graph from et.rightsofemployees.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "et.rightsofemployees.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.