Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ python3 -m http.server # from the project root

Now open http://localhost:8000/maps/ in a browser.

## Origins

This project builds on [MXmap](https://mxmap.ch) ([source](https://github.com/davidhuser/mxmap)), a solo project by David Huser mapping the email providers of ~2,100 Swiss municipalities, which spawned around ten country-specific forks across Europe. SecAssure2026 extends that work to all of Germany, Austria and Switzerland and adds a dedicated email-security scanning stage.

## License

First-party code in this repository is released under the **MIT License** — see [LICENSE](LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3>🛡️ Email Security</h3>
</a>
</div>
<div class="landing-footer">
<p>Part of an ongoing research project currently in peer review. Open source &amp; open data on <a href="https://github.com/mxmap/secassure2026" target="_blank">GitHub</a>.</p>
<p>Part of an ongoing research project currently in peer review. Successor to <a href="https://mxmap.ch" target="_blank">mxmap.ch</a>. Open source &amp; open data on <a href="https://github.com/mxmap/secassure2026" target="_blank">GitHub</a>.</p>
</div>
</div>
</body>
Expand Down