Hostname
trifleet.com
Last fetched
trifleet.com resolves to 1 IPv4 address operated by AS20847 in NL. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
trifleet.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 31.7.2.149 | 31.7.0.0/22 | AS20847 | — | NL |
WHOIS identity
- Registrar
- iana:1052
- Organization
- trifleet leasing holding b.v.
- Contact emails
Subdomains
16 observed subdomains of trifleet.com.
Web-graph footprint
Distinct hostnames that link to or from trifleet.com in the public web crawl.
14 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for trifleet.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.trifleet.com |
| SPF_A | trifleet.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | smtp.hroffice.eu |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.173.157.2 |
| SPF_IP | 203.127.128.114 |
| SPF_IP | 216.201.245.26 |
| SPF_IP | 58.34.242.83 |
| SPF_IP | 84.241.182.106/32 |
| SPF_IP | 91.230.51.181 |
| SPF_IP | 91.230.51.249 |
| SPF_IP | 91.230.51.37 |
| SPF_IP | 91.230.51.69 |
| SPF_MX | trifleet.com |
Related pages
Pivot deeper into the graph from trifleet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trifleet.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.