Hostname
gadgetsandtech.net
Last fetched
gadgetsandtech.net resolves to 2 IPv4 addresses operated by BIGSCOOTS - BigScoots in US. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
gadgetsandtech.net 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 |
|---|---|---|---|---|
| 154.12.120.81 | 154.12.120.0/21 | AS394303 | BIGSCOOTS - BigScoots | US |
| 216.185.212.183 | 216.185.212.0/22 | AS394303 | BIGSCOOTS - BigScoots | US |
WHOIS identity
- Registrar
- iana:625
- Organization
- jeffrey aspacio
- Contact emails
Subdomains
7 observed subdomains of gadgetsandtech.net.
Web-graph footprint
Distinct hostnames that link to or from gadgetsandtech.net in the public web crawl.
18 sites link to this hostname.
246 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- gadgetsandtech.net
SPF policy
7 SPF mechanisms authorising senders for gadgetsandtech.net.
| Mechanism | Target |
|---|---|
| SPF_A | gadgetsandtech.net |
| SPF_IP | 154.12.120.64 |
| SPF_IP | 154.12.120.81 |
| SPF_IP | 216.185.212.183 |
| SPF_IP | 50.31.119.72 |
| SPF_IP | 50.31.98.171 |
| SPF_MX | gadgetsandtech.net |
Related pages
Pivot deeper into the graph from gadgetsandtech.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gadgetsandtech.net"})-[: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.