Welcome to the website related to the paper “SpacePhish: The Evasion-space of Evasion Attacks against Phishing Website Detectors using Machine Learning” accepted to ACSAC22.

We will present the paper in Austin (TX, USA) on Wednesday, Dec. 7th, 2022 (@13:30)!


Summary: what did we do? (400 words)

Our paper tackles the broad problem of adversarial attacks against Machine Learning (ML) systems—and specifically those for Phishing Website Detection (PWD). Put simply, we make two contributions: a conceptual one, and an empirical one.

  • (conceptual) We formalize the “evasion-space” of adversarial perturbations. Our formalization focuses on the capabilities of an attacker: instead of the common “white-/black-box” threat models (focusing on the knowledge), we envision an attacker that can influence the ML-PWD in either of three different spaces: the “website-space” (i.e., outside the ML-PWD); the “preprocessing-space;” or the “machine learning-space” (the last two being inside the ML-PWD). Depending on the capabilities, the attacker can introduce different types of perturbations (i.e., WsP, PsP, MsP).
    • Why is this relevant? Because, up until this day, there was a stark disconnection between attacks entailing perturbations created in the “feature-space” and those in the “problem-space”. Typically, papers that considered the former were deemed unreliable due to the well-known “inverse mapping problem” which – if not addressed – could yield “unrealizable perturbations”. Our formalization shows that even perturbations in the “feature space” can be realistic: it is simply necessary to assume that the corresponding attacks require a higher resource investment (i.e., the attacker must compromise the ML-PWD in some way).
  • (empirical) We perform a massive evaluation of evasion attacks against ML-PWD. We fairly compare attacks entailing perturbations crafted in different “spaces”. We assess the robustness of 900 ML models (using diverse datasets, ML algorithms, and feature sets), and we derive statistically significant conclusions by assessing each of these against 1200 adversarial examples.
    • What did we find? Our results show that cheap perturbations (i.e., WsP with almost no knowledge of the ML-PWD) can induce small, but statistically significant degradations. Of course, perturbations in the “feature space” (i.e., PsP or MsP) are more disruptive, but they require a compromise of the ML-PWD. Moreover, we also attack the competition-grade ML-PWDs of MLSEC. We found out that our cheap perturbations were enough to decrease their confidence (sometimes by over 50%!).

So what? The evaluations of any paper whose perturbations were crafted in the “feature-space” can be considered 100% reliable—under the assumption that the attacker can access the internal elements of an ML-based detector. Furthermore, cheap perturbations being effective raise an important alarm: in the context of phishing websites, such perturbations are way more likely to appear in reality due to their low barrier of entry (compared to traditional “gradient-based” techniques).

Demonstrative Video (2 minutes)

But what do we mean by cheap perturbations? On the very last day of the MLSEC challenge, we recorded a demonstrative video showing the entire attack. Specifically:

  • from its conception (“what is the first thing that an attacker would do?” → probably a Google search!)…
  • …to its execution (“how would an attacker implement their strategy?” → write some simple code!)…
  • …and, finally, to its impact (“will it really work?”).

You can see the results yourself in the video below (watch it in 1080p for better details)!


Artifact and Resources

We submitted an Artifact of our paper to the ACSAC Artifact Evaluation, and we received a “Reusable” badge! Moreover, during the evaluation, the reviewers were able to replicate the results achieved in our paper.

ACM Reusable Artifact

We publicly release all the material of our Artifact. Specifically:

If you use any of such resources, we kindly ask you to cite our paper with the following BibTeX entry:

@inproceedings{apruzzese2022spacephish,
  title={SpacePhish: The Evasion-space of Adversarial Attacks against Phishing Website Detectors using Machine Learning},
  author={Apruzzese, Giovanni and Conti, Mauro and Yuan, Ying},
  booktitle={Proceedings of the Annual Computer Security Applications Conference (ACSAC)},
  year={2022},
  publisher={ACM, New York, USA},
  doi={10.1145/3564625.3567980}
} 

Contact

Feel free to reach out to us! You can contact either Giovanni Apruzzese or Ying Yuan. You can also post a comment on the discussion page of the GitHub Repository.