Hostname
webandappeasy.com
Last fetched
webandappeasy.com resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
webandappeasy.com 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 |
|---|---|---|---|---|
| 167.235.2.251 | 167.235.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1647
- Organization
- web & app easy b.v.
- Contact emails
Subdomains
22 observed subdomains of webandappeasy.com.
Showing 14 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from webandappeasy.com in the public web crawl.
51 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for webandappeasy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mijnwefact.nl |
| SPF_INCLUDE | mail.registrar.eu |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.108.112.116 |
| SPF_IP | 2a01:7c8:bb03:4c:5054:ff:fe37:506c |
| SPF_IP | 82.176.75.142 |
Related pages
Pivot deeper into the graph from webandappeasy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webandappeasy.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.