Hostname
api.briefd.io
Last fetched
api.briefd.io resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
api.briefd.io resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.193.199.250 | 18.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.122.152.13 | 3.120.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 35.157.108.137 | 35.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 35.158.245.39 | 35.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.93.138.63 | 54.93.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.180.107.37 | 63.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with api.briefd.io in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api.briefd.io in the public web crawl.
8 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Sample outbound links
- cdnjs.cloudflare.com
- fonts.googleapis.com
- googletagmanager.com
- fonts.gstatic.com
- autobrief-925a0ba7-afc1-4636-85b6-ef85399ce244.cust.nl.phyron.com
- autobrief-9e61a17b-560c-49de-9960-f8a121e40bc9.cust.nl.phyron.com
- autobrief-9fb55022-c17e-46cd-aec2-5fe811fb6869.cust.nl.phyron.com
- autobrief-bu-9828f7fb-2c1d-4d66-b7aa-a95800e5a9c4.cust.nl.phyron.com
- autobrief-bu-9828f7fb-3f6a-4536-8bb2-d0bca0690a08.cust.nl.phyron.com
Threat posture
History
Related pages
Pivot deeper into the graph from api.briefd.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.briefd.io"})-[: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.