Hostname
barkingmad.uk.com
Last fetched
barkingmad.uk.com resolves to 1 IPv4 address operated by AS61323 in GB. WHOIS lists iana:1515 as the registrar.
Nutrition Label
Resolution chain
barkingmad.uk.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 |
|---|---|---|---|---|
| 45.157.43.210 | 45.157.40.0/22 | AS61323 | — | GB |
WHOIS identity
- Registrar
- iana:1515
- Organization
- barking mad
- Contact emails
Subdomains
6 observed subdomains of barkingmad.uk.com.
Web-graph footprint
Distinct hostnames that link to or from barkingmad.uk.com in the public web crawl.
129 sites link to this hostname.
58 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for barkingmad.uk.com.
| Mechanism | Target |
|---|---|
| SPF_A | barkingmad.uk.com |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | e.notification.intuit.com |
| SPF_INCLUDE | spf.em.secureserver.net |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.uk.exclaimer.net |
| SPF_INCLUDE | spf.us.exclaimer.net |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 185.119.172.0/22 |
| SPF_IP | 188.94.78.64/26 |
| SPF_IP | 198.71.244.0/26 |
| SPF_IP | 198.71.245.0/26 |
| SPF_IP | 198.71.246.0/26 |
| SPF_IP | 206.108.40.0/24 |
| SPF_IP | 45.157.43.210 |
Related pages
Pivot deeper into the graph from barkingmad.uk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barkingmad.uk.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.