Hostname
widagroup.com
Last fetched
widagroup.com resolves to 2 IPv4 addresses operated by AS13213 in GB. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
widagroup.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 |
|---|---|---|---|---|
| 109.123.108.34 | 109.123.104.0/21 | AS13213 | — | GB |
| 185.216.77.228 | 185.216.76.0/22 | AS61323 | — | GB |
WHOIS identity
- Registrar
- iana:83
- Organization
- sam tebbutt
- Contact emails
Subdomains
5 observed subdomains of widagroup.com.
Web-graph footprint
Distinct hostnames that link to or from widagroup.com in the public web crawl.
484 sites link to this hostname.
186 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for widagroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | widagroup.com |
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.widagroup.com |
| SPF_INCLUDE | spf2.widagroup.com |
| SPF_IP | 194.72.6.62 |
| SPF_IP | 194.75.53.98 |
| SPF_IP | 195.173.77.0/24 |
| SPF_IP | 213.171.216.0/24 |
| SPF_IP | 31.193.4.72/32 |
Related pages
Pivot deeper into the graph from widagroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "widagroup.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.