Hostname
plus.net
Last fetched
plus.net resolves to 2 IPv4 addresses operated by PLUSNET UK Internet Service Provider in GB.
Nutrition Label
Resolution chain
plus.net 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 |
|---|---|---|---|---|
| 212.159.8.2 | 212.159.8.0/23 | AS6871 | PLUSNET UK Internet Service Provider | GB |
| 212.159.9.2 | 212.159.8.0/23 | AS6871 | PLUSNET UK Internet Service Provider | GB |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from plus.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for plus.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-3pty1.plus.net |
| SPF_INCLUDE | _spf-3pty2.plus.net |
| SPF_INCLUDE | _spf-3pty3.plus.net |
| SPF_INCLUDE | _spf-internal.plus.net |
| SPF_INCLUDE | _spf-msgfocus.plus.net |
| SPF_INCLUDE | bt.com |
| SPF_INCLUDE | eu.khoros-mail.com |
| SPF_INCLUDE | spf.logicalware.com |
Related pages
Pivot deeper into the graph from plus.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "plus.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.