Skip to content

Python3 IP lookup tool with variety of features to enable easier and faster IP/Domain analysis.

License

Notifications You must be signed in to change notification settings

MohammedJAlmalki/Analyst-NoteBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyst NoteBook

AnalystNB supports cybersecurity analysts' daily mission in investigating attacking infrastructures by automating IP information lookup and storage in addition to providing analysis mechansims with prioritizing simplicity and ease of use.

Installation

Download and Setup the following:

  • Enter Shodan Community API Token into config.ini
  • Run the tool only after updating the config.ini to activate the API token.
  • Install the required python3 packages
pip install -r requirements.txt
  • Run the command line utility on the project folder, then run the following command to start the tool:
python AnalystNBv1-0.py

How to Use

Interactive options make it easy to move between tool components, all you need is entering the option's corresponding number to navigate between options

                         ,.          .         .     .  .     .       ,-.          ,
                        /  \         |         |     |\ |     |       |  )         |
                        |--| ;-. ,-: | . . ,-. |-    | \| ,-. |-  ,-. |-<  ,-. ,-. | ,
                        |  | | | | | | | | `-. |     |  | | | |   |-' |  ) | | | | |<
                        '  ' ' ' `-` ' `-| `-' `-'   '  ' `-' `-' `-' `-'  `-' `-' ' `
                                       `-'

(1)Dashboard
(2)Query
(3)Bulk Query
(4)Tracklist
(5)Search
(6)Advance Search
(7)Help
(8)Exit

Contributing

If you are interested to contribute, please email me on [email protected].

License

GNU GPLv3