Hostname
trupod.co
Last fetched
trupod.co resolves to 8 IPv4 addresses operated by AS9498 in BH.
Nutrition Label
Resolution chain
trupod.co resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.75.25 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.6 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.92 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.98 | 96.0.0.0/3 | AS9498 | — | BH |
| 3.170.229.108 | 3.170.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.170.229.28 | 3.170.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.170.229.9 | 3.170.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.170.229.97 | 3.170.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with trupod.co in WhisperGraph.
Subdomains
4 observed subdomains of trupod.co.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for trupod.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from trupod.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trupod.co"})-[: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.