Hostname
tng.se
Last fetched
tng.se resolves to 2 IPv4 addresses operated by AS42708 in SE. WHOIS lists registrar:loopia ab as the registrar.
Nutrition Label
Resolution chain
tng.se 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 |
|---|---|---|---|---|
| 109.74.11.126 | 109.74.0.0/20 | AS42708 | — | SE |
| 109.74.13.245 | 109.74.0.0/20 | AS42708 | — | SE |
WHOIS identity
- Registrar
- registrar:loopia ab
- Organization
- —
- Contact emails
- —
Subdomains
21 observed subdomains of tng.se.
Web-graph footprint
Distinct hostnames that link to or from tng.se in the public web crawl.
211 sites link to this hostname.
412 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for tng.se.
| Mechanism | Target |
|---|---|
| SPF_A | _spf.soluno.se |
| SPF_A | remote.tng.se |
| SPF_INCLUDE | _spf.netigate.se |
| SPF_INCLUDE | _spf.ntgt.de |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | smtp.intelliplan.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.218.83/32 |
| SPF_IP | 195.189.25.216 |
| SPF_IP | 87.253.233.197 |
Related pages
Pivot deeper into the graph from tng.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tng.se"})-[: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.