Hostname
flocknetworking.co.uk
Last fetched
flocknetworking.co.uk resolves to 2 IPv4 addresses operated by AS-VULTR - The Constant Company, LLC in GB.
Nutrition Label
Resolution chain
flocknetworking.co.uk 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 |
|---|---|---|---|---|
| 64.176.185.158 | 64.176.176.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | GB |
| 95.179.155.13 | 95.179.144.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | NL |
WHOIS identity
No WHOIS records are currently associated with flocknetworking.co.uk in WhisperGraph.
Subdomains
5 observed subdomains of flocknetworking.co.uk.
Threat posture
History
Mail and authentication
MX records
- flocknetworking.co.uk
- mx.emailarray.com
- mx2.emailarray.com
SPF policy
6 SPF mechanisms authorising senders for flocknetworking.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | flocknetworking.co.uk |
| SPF_INCLUDE | emailarray.com |
| SPF_IP | 2001:19f0:5001:1509:5400:5ff:fea5:5a12 |
| SPF_IP | 69.28.212.201 |
| SPF_IP | 95.179.155.13 |
| SPF_MX | flocknetworking.co.uk |
Related pages
Pivot deeper into the graph from flocknetworking.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flocknetworking.co.uk"})-[: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.