Hostname
brf.aidkit.org
Last fetched
brf.aidkit.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT.
Nutrition Label
Resolution chain
brf.aidkit.org 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.138.192.115 | 108.138.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.138.192.120 | 108.138.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.138.192.31 | 108.138.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 108.138.192.43 | 108.138.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 18.154.227.115 | 18.154.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.227.37 | 18.154.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.227.45 | 18.154.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.227.96 | 18.154.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with brf.aidkit.org in WhisperGraph.
Subdomains
1 observed subdomain of brf.aidkit.org.
| Subdomain |
|---|
| wildcard.brf.aidkit.org |
Web-graph footprint
Distinct hostnames that link to or from brf.aidkit.org in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for brf.aidkit.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from brf.aidkit.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brf.aidkit.org"})-[: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.