Hostname
modulyss.com
Last fetched
modulyss.com resolves to 1 IPv4 address operated by AS3257 in BE. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
modulyss.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 |
|---|---|---|---|---|
| 194.42.75.211 | 194.42.64.0/19 | AS3257 | — | BE |
WHOIS identity
- Registrar
- iana:470
- Organization
- balta industries nv
- Contact emails
Subdomains
7 observed subdomains of modulyss.com.
Web-graph footprint
Distinct hostnames that link to or from modulyss.com in the public web crawl.
238 sites link to this hostname.
54 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for modulyss.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailfilter.myrootnet.nl |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.3.217.126 |
| SPF_IP | 185.3.217.216 |
| SPF_IP | 185.3.217.3 |
| SPF_IP | 194.32.153.124 |
| SPF_IP | 2a02:5b40:4:228:0:0:0:4 |
| SPF_IP | 2a02:5b40:4:228:0:0:0:81 |
| SPF_IP | 2a02:5b41:4:407:0:0:0:66 |
| SPF_IP | 34.252.232.69/32 |
| SPF_IP | 51.68.112.122 |
| SPF_MX | modulyss.com |
Related pages
Pivot deeper into the graph from modulyss.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "modulyss.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.