Hostname
static.twitter.jp
Last fetched
static.twitter.jp resolves to 1 IPv4 address operated by FASTLY - Fastly, Inc. in CA.
Nutrition Label
Resolution chain
static.twitter.jp 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 |
|---|---|---|---|---|
| 151.101.66.146 | 151.101.64.0/22 | AS54113 | FASTLY - Fastly, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with static.twitter.jp in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for static.twitter.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _thirdparty.twitter.com |
| SPF_IP | 199.16.156.0/22 |
| SPF_IP | 199.59.148.0/22 |
| SPF_IP | 204.92.114.203 |
| SPF_IP | 204.92.114.204/31 |
| SPF_IP | 8.25.194.0/23 |
| SPF_IP | 8.25.196.0/23 |
Related pages
Pivot deeper into the graph from static.twitter.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.twitter.jp"})-[: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.