Hostname
ns2.gforcescreen.net
Last fetched
ns2.gforcescreen.net resolves to 2 IPv4 addresses operated by M247 - M247 Europe SRL in RO.
Nutrition Label
Resolution chain
ns2.gforcescreen.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 |
|---|---|---|---|---|
| 103.130.238.217 | 103.130.238.0/24 | AS9009 | M247 - M247 Europe SRL | RO |
| 161.129.71.222 | 161.129.64.0/21 | AS19318 | IS-AS-1 - Interserver, Inc | US |
WHOIS identity
No WHOIS records are currently associated with ns2.gforcescreen.net in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ns2.gforcescreen.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | agileinn.com |
| SPF_INCLUDE | aspenlenses.com |
| SPF_INCLUDE | brassespark.com |
| SPF_INCLUDE | caldwellappraisalservice.com |
| SPF_INCLUDE | cerebralchat.com |
| SPF_INCLUDE | europepremier.com |
| SPF_INCLUDE | lemckefamily.com |
| SPF_INCLUDE | relenses.com |
| SPF_INCLUDE | robertcalderaconstructioninc.com |
| SPF_INCLUDE | snazzyburlap.com |
Related pages
Pivot deeper into the graph from ns2.gforcescreen.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns2.gforcescreen.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.