jsidrach / idn-homograph-attack

[Archived] Analysis of the potential impact of IDN Homograph Attacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Іntеrnɑtⅰonɑlⅰzеⅾ Dоmɑⅰn Nɑmе Hоmоɡrɑρh Attɑсκ

Analysis of the potential impact of Internationalized Domain Name Homograph Attacks

Authors

Contents

Commands

  • Generate PDFs
    • Requirements: xelatex, bibtex
    • Run make all inside the docs/ folder
  • Process data
    • Requirements: .com zone snapshot (named data/com-zone-20170501.gz), whois, golang, src/ directory included in golang's $GOPATH
    • make confusables generates confusables map
    • make filter filters the raw data
    • make cluster clusters homograph IDNs
    • make whois retrieves homograph IDNs WHOIS information
    • make registrants clusters registrants with more than one homograph IDN

Acknowledgements

References

About

[Archived] Analysis of the potential impact of IDN Homograph Attacks

License:MIT License


Languages

Language:Go 97.0%Language:Shell 1.5%Language:Python 0.9%Language:Makefile 0.6%