Skip to main content

No project description provided

Project description

iscwatch - A Tool for Monitoring Intel Security Center Product Advisories

Version License

Description

iscwatch is a command line application providing summaries of Intel's Security Center Product Advisories in CSV format. Included in the output per advisory is its title, full text url, advisory ID, updated date, and released date.

Features

  • Fetches summaries of Intel's Security Center Product Advisories.
  • Outputs advisory data in CSV format to stdout.
  • Allows filtering advisories based on updated or released date using the --since option.
  • Enables or disables CSV column headers with --headers and --no-headers options, respectively.

Installation

You can install iscwatch using pip:

pip install iscwatch

Usage

Usage: iscwatch [OPTIONS]

Retrieve Security Advisory summaries from Intel website and output as CSV.

Options
--since                     Output only those summaries released or updated since specified date. [default: None]
--version    --no-version   Output product version and exit. [default: no-version]
--headers    --no-headers   Include column headers in CSV output. [default: headers]
--help                      Show this message and exit.

The application will fetch the latest advisories from Intel's Security Center and display the summaries in CSV format to the standard output (stdout). You can redirect the output to a file if needed:

iscwatch > advisories.csv

CSV Format

The CSV output will contain the following columns:

  • Advisory Title
  • Advisory Page Link
  • Advisory ID
  • Updated Date
  • Released Date

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request.

Acknowledgments

  • This application relies on Intel's Security Center for fetching advisories data.

Note: This is a sample README.md file for the iscwatch command line application. Please modify and update the content according to the actual implementation and features of the application.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iscwatch-0.2.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

iscwatch-0.2.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page