Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: #162. Add DHCPServer and TFTPServer. #163

Merged
merged 2 commits into from
May 11, 2023

Conversation

ioggstream
Copy link
Contributor

@ioggstream ioggstream commented May 9, 2023

This PR

adds

  • DHCPServer, DHCPNetworkTraffic <-- DHCP Spoofing
  • TFTPServer, TFTPNetworkTraffic <-- TFTP Boot

Notes

The attack relation, e.g. TFTPBoot :forges :TFTPNetworkTraffic can be simplistic though effective in establishing a direct link between a TFTPServer and the Attack.

I am not sure if it's worth mentioning other possibilities (e.g.


TFTPBoot 
  impersonates :TFTPServer ;
  modifies :BootLoader .

… a have a sort of malicious creates predicate, but we need to think about that further.
@netfl0 netfl0 merged commit db73ddd into d3fend:develop May 11, 2023
@netfl0
Copy link
Contributor

netfl0 commented May 11, 2023

excellent contribution thank you @ioggstream

@ioggstream ioggstream deleted the ioggstream-162 branch May 19, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants