Hostname
jjbricks.com
Last fetched
jjbricks.com resolves to 2 IPv4 addresses operated by AS204800 in SG. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
jjbricks.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.250.235.33 | 192.250.235.0/24 | AS204800 | — | SG |
| 209.42.27.16 | 209.42.27.0/24 | AS204800 | — | SG |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
27 observed subdomains of jjbricks.com.
Showing 18 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from jjbricks.com in the public web crawl.
7 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for jjbricks.com.
| Mechanism | Target |
|---|---|
| SPF_A | jjbricks.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 106.186.114.222 |
| SPF_IP | 172.104.185.43 |
| SPF_IP | 172.104.33.25 |
| SPF_IP | 192.250.235.33 |
| SPF_IP | 209.42.27.13 |
| SPF_IP | 209.42.27.16 |
| SPF_IP | 23.106.66.209 |
| SPF_MX | jjbricks.com |
Related pages
Pivot deeper into the graph from jjbricks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jjbricks.com"})-[: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.