Skip to content

A firefox extension to translate natural language into SIEM queries.

License

Notifications You must be signed in to change notification settings

christopherwoodall/nlp-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP Query

A Firefox extension to translate natural language queries into search queries for various search engines.

The project is currently in a 🚧 prototyping 🚧 stage, but if you are interested give it a star ⭐ and follow along!


Demo 💥

NLP Query Demo


Setup 🛠️

Try it now, or follow the steps below to get started locally.

Pre-requisites

Install Locally

Clone the repository:

git clone [email protected]:christopherwoodall/nlp-query.git

Now you can load the extension into Firefox.

  1. Open Firefox and go to about:debugging#/runtime/this-firefox.
  2. Click "Load Temporary Add-on…" and select the manifest.json file located inside the nlp-query/nlp-query directory.
  3. Now you should see your extension in the list of extensions and in the browser's toolbar.

Directory Structure 📁

.
├── docs
│   └── assets
│       └── demo.gif
├── LICENSE
├── Makefile
├── nlp-query
│   ├── assets
│   │   ├── icons
│   │   │   ├── 128x128.png
│   │   │   ├── 16x16.png
│   │   │   ├── 32x32.png
│   │   │   ├── 48x48.png
│   │   │   └── 96x96.png
│   │   └── js
│   ├── background
│   │   ├── background.html
│   │   └── background.js
│   ├── manifest.json
│   ├── options
│   │   ├── options.css
│   │   ├── options.html
│   │   └── options.js
│   └── popup
│       ├── popup.css
│       ├── popup.html
│       └── popup.js
├── README.md
└── tools
    └── resize-icons.sh

Supported Query Languages

  • Lucene Query Language (Elasticsearch)",
  • SQL (McAfee's Enterprise Security Manager)",
  • Splunk's Search Processing Language (SPL)",
  • Azure Log Analytics Query Language (KQL)",
  • CQL (Cassandra Query Language)",

About

A firefox extension to translate natural language into SIEM queries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published