QualysGuard::Response::HostInfo - QualysGuard::Response::HostInfo documentation


QualysGuard-Request documentation  | view source Contained in the QualysGuard-Request distribution.

Index


NAME

Top

QualysGuard::Response::HostInfo

VERSION

Top

Version 0.02

SYNOPSIS

Top

see QualysGuard::Request for more information.

DESCRIPTION

Top

This module is a subclass of QualysGuard::Response and XML::XPath.

see QualysGuard API documentation for more information.

PUBLIC INTERFACE

Top

get_ticket_numbers

Returns an arrayref of all /HOST/TICKETS/*/TICKET_NUMBER nodes.

get_vuln_info

Returns an arrayref of hasrefs containing vulnerability info from /HOST/*/*/VULNINFO nodes.

The method includes the VULN_LEVEL within the hashref.

get_tracking_method

Returns the host tracking method assigned to the host. A valid value is “IP address”, “DNS hostname”, or “NetBIOS hostname”.

get_security_risk

Returns the current security risk of the host, reflecting the number of vulnerabilities detected on the host and the relative security risk of those vulnerabilities. Security risk is a value from 1 to 5, where a rating of 5 represents the highest security risk.

get_ip

Returns the IP address of the host.

get_dns

Returns the DNS host name when known.

get_netbios

Returns the Microsoft Windows NetBIOS host name if appropriate, when known.

get_operating_system

Returns the operating system detected on the host.

get_last_scan_date

Returns the date and time when the host was last scanned (most recent scan, in YYYY-MM-DDTHH:MM:SSZ format (UTC/GMT).

get_comment

Returns user-supplied host comments.

AUTHOR

Top

Patrick Devlin, <pdevlin at cpan.org>

BUGS

Top

Please report any bugs or feature requests to bug-qualysguard-response-assetdatareport at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=QualysGuard::Request. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc QualysGuard::Request




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=QualysGuard::Request

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/QualysGuard::Request

* CPAN Ratings

http://cpanratings.perl.org/d/QualysGuard::Request

* Search CPAN

http://search.cpan.org/dist/QualysGuard::Request

SEE ALSO

Top

QualysGuard::Request

COPYRIGHT & LICENSE

Top


QualysGuard-Request documentation  | view source Contained in the QualysGuard-Request distribution.