Hostname
swmintl.com
Last fetched
swmintl.com resolves to 3 IPv4 addresses operated by Online SAS in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
swmintl.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 51.15.138.153 | 51.15.0.0/16 | AS12876 | Online SAS | FR |
| 51.159.168.159 | 51.158.0.0/15 | AS12876 | Online SAS | FR |
| 51.159.83.93 | 51.158.0.0/15 | AS12876 | Online SAS | FR |
WHOIS identity
- Registrar
- iana:433
- Organization
- schweitzer-mauduit international
- Contact emails
Subdomains
4 observed subdomains of swmintl.com.
Web-graph footprint
Distinct hostnames that link to or from swmintl.com in the public web crawl.
107 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for swmintl.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.profils.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.92.155.215 |
| SPF_IP | 3.123.206.219/32 |
| SPF_IP | 3.68.129.51/32 |
| SPF_IP | 37.187.140.75 |
Related pages
Pivot deeper into the graph from swmintl.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swmintl.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.