Hostname
federos.com
Last fetched
federos.com resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
federos.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.192.36.135 | 23.192.36.0/24 | AS20940 | — | US |
| 23.192.36.143 | 23.192.36.0/24 | AS20940 | — | US |
| 23.216.134.148 | 23.216.134.0/24 | AS20940 | — | SE |
| 23.216.134.153 | 23.216.134.0/24 | AS20940 | — | SE |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
16 observed subdomains of federos.com.
Showing 15 of 16. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from federos.com in the public web crawl.
9 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for federos.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | email.freshdesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 54.157.22.177 |
| SPF_IP | 79.173.155.2 |
Related pages
Pivot deeper into the graph from federos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "federos.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.