Hostname
2tec2.com
Last fetched
2tec2.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
2tec2.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:106
- Organization
- james de witte
- Contact emails
Subdomains
10 observed subdomains of 2tec2.com.
Web-graph footprint
Distinct hostnames that link to or from 2tec2.com in the public web crawl.
133 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for 2tec2.com.
| Mechanism | Target |
|---|---|
| SPF_A | 2tec2.com |
| SPF_INCLUDE | spf.cleanmx.be |
| SPF_INCLUDE | spf.deltablue.cloud |
| SPF_INCLUDE | spf.dyncloud.io |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.164.100 |
| SPF_IP | 149.72.164.45 |
| SPF_IP | 178.208.40.35 |
| SPF_IP | 37.72.162.45/32 |
| SPF_IP | 81.246.88.137/29 |
| SPF_IP | 88.151.243.22/24 |
| SPF_IP | 88.151.246.47/32 |
| SPF_IP | 91.183.135.226 |
| SPF_MX | 2tec2.com |
| SPF_MX | openminds.be |
Related pages
Pivot deeper into the graph from 2tec2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2tec2.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.