Hostname
bulbs.com
Last fetched
bulbs.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
bulbs.com 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 |
|---|---|---|---|---|
| 104.126.37.137 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.177 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.201.35.43 | 23.201.35.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.201.35.88 | 23.201.35.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.205.107.75 | 23.205.107.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.205.107.87 | 23.205.107.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.202 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.205 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- bulbs_com
- Contact emails
Subdomains
7 observed subdomains of bulbs.com.
Web-graph footprint
Distinct hostnames that link to or from bulbs.com in the public web crawl.
423 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for bulbs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | edgepilot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 72.3.223.128 |
| SPF_IP | 72.3.223.129 |
| SPF_IP | 72.3.223.130 |
| SPF_IP | 72.3.223.131 |
| SPF_IP | 72.32.115.108 |
| SPF_IP | 72.32.115.110 |
| SPF_MX | bulbs.com |
Related pages
Pivot deeper into the graph from bulbs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bulbs.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.