Hostname
trainor.no
Last fetched
trainor.no resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
trainor.no 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 |
|---|---|---|---|---|
| 52.214.156.219 | 52.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- —
- Organization
- trainor as
- Contact emails
Subdomains
24 observed subdomains of trainor.no.
Web-graph footprint
Distinct hostnames that link to or from trainor.no in the public web crawl.
97 sites link to this hostname.
73 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for trainor.no.
| Mechanism | Target |
|---|---|
| SPF_A | trainor.no |
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.intility.com |
| SPF_INCLUDE | network.mynewsdesk.com |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.emarketeer.com |
| SPF_IP | 148.123.15.0/24 |
| SPF_IP | 150.70.0.0/16 |
| SPF_IP | 216.104.0.0/19 |
| SPF_IP | 216.99.128.0/20 |
| SPF_IP | 52.209.142.192 |
Related pages
Pivot deeper into the graph from trainor.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trainor.no"})-[: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.