Metadata-Version: 2.1
Name: flowprint
Version: 1.0.5
Summary: FlowPrint: Semi-Supervised Mobile-App Fingerprinting on Encrypted Network Traffic
Home-page: https://github.com/Thijsvanede/FlowPrint
Author: Thijs van Ede
Author-email: t.s.vanede@utwente.nl
License: UNKNOWN
Description: # FlowPrint
        This repository contains the code for FlowPrint by the authors of the NDSS FlowPrint [1] paper [[PDF]](https://vm-thijs.ewi.utwente.nl/static/pcap_handler/papers/flowprint.pdf).
        Please [cite](#References) FlowPrint when using it in academic publications.
        This `master` branch provides FlowPrint as an out of the box tool.
        For the original experiments from the paper, please checkout the `NDSS` branch.
        
        ## Introduction
        FlowPrint introduces a semi-supervised approach for fingerprinting mobile apps from (encrypted) network traffic.
        We automatically find temporal correlations among destination-related features of network traffic and use these correlations to generate app fingerprints.
        These fingerprints can later be reused to recognize known apps or to detect previously unseen apps.
        The main contribution of this work is to create network fingerprints without prior knowledge of the apps running in the network.
        
        ## Documentation
        We provide an extensive documentation including installation instructions and reference at [flowprint.readthedocs.io](https://flowprint.readthedocs.io/en/latest/).
        
        ## References
        [1] `van Ede, T., Bortolameotti, R., Continella, A., Ren, J., Dubois, D. J., Lindorfer, M., Choffnes, D., van Steen, M. & Peter, A. (2020, February). FlowPrint: Semi-Supervised Mobile-App Fingerprinting on Encrypted Network Traffic. In 2020 NDSS. The Internet Society.`
        
        ### Bibtex
        ```
        @inproceedings{vanede2020flowprint,
          title={{FlowPrint: Semi-Supervised Mobile-App Fingerprinting on Encrypted Network Traffic}},
          author={van Ede, Thijs and Bortolameotti, Riccardo and Continella, Andrea and Ren, Jingjing and Dubois, Daniel J. and Lindorfer, Martina and Choffness, David and van Steen, Maarten, and Peter, Andreas},
          booktitle={NDSS},
          year={2020},
          organization={The Internet Society}
        }
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
