Hostname
adssglobal.net
Last fetched
adssglobal.net resolves to 1 IPv4 address operated by AS63949 in CA. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
adssglobal.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.105.15.31 | 172.105.0.0/19 | AS63949 | — | CA |
WHOIS identity
- Registrar
- iana:2
- Organization
- applied data solutions
- Contact emails
Subdomains
49 observed subdomains of adssglobal.net.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adssglobal.net in the public web crawl.
43 sites link to this hostname.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for adssglobal.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | sg.cloud.kaseya.net |
| SPF_INCLUDE | sg.kaseya.net |
| SPF_INCLUDE | spf.docufire.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.serverdata.net |
| SPF_IP | 149.72.182.166/32 |
| SPF_IP | 149.72.39.215/32 |
Related pages
Pivot deeper into the graph from adssglobal.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adssglobal.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.