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

Create a module for SNMP scanning #9

Open
cunha opened this issue Oct 21, 2023 · 3 comments
Open

Create a module for SNMP scanning #9

cunha opened this issue Oct 21, 2023 · 3 comments
Assignees

Comments

@cunha
Copy link
Member

cunha commented Oct 21, 2023

It seems Shodan may find SNMP-enabled devices but does not scan them to find out what information is available. We should create a module for SNMP scanning. Some checking is required, but in the past I've done SNMP "scanning" by simply using the snmpwalk utility. If this works, then we just need to create a Python module to wrap the functionality.

We should also check whether other publicly-available tools can aggregate additional information, for example:

@cunha
Copy link
Member Author

cunha commented Nov 17, 2023

  • Automate parallel execution of N (e.g., N = 20) instances
  • Find a database of MIB entries so we can get the semantics behind the data
  • Plot CDF of how long it takes to run snmpwalk on a given machine
  • Check what previous work have characterized SNMP scans in the past
    • Previous articles may teach us how to find the semantics

@cunha
Copy link
Member Author

cunha commented Nov 24, 2023

  • Plot CDF of the size of each SNMP scan

@cunha
Copy link
Member Author

cunha commented Nov 29, 2023

  • Check previously-published papers and describe their contributions

@cunha cunha self-assigned this Dec 1, 2023
@cunha cunha assigned igoraserpac and unassigned cunha Dec 19, 2023
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

No branches or pull requests

3 participants