Hostname
aperam.com
Last fetched
aperam.com resolves to 1 IPv4 address operated by GLONASS in FR. WHOIS lists iana:1251 as the registrar.
Nutrition Label
Resolution chain
aperam.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 |
|---|---|---|---|---|
| 185.175.5.138 | 185.175.4.0/22 | AS38930 | GLONASS | FR |
WHOIS identity
- Registrar
- iana:1251
- Organization
- aperam
- Contact emails
Subdomains
83 observed subdomains of aperam.com.
Showing 25 of 83. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aperam.com in the public web crawl.
526 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for aperam.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf-external-mail.aperam.com |
| SPF_INCLUDE | spf-sites-1.aperam.com |
| SPF_INCLUDE | spf-sites-2.aperam.com |
| SPF_INCLUDE | spf-smtp-1.aperam.com |
Related pages
Pivot deeper into the graph from aperam.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aperam.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.