The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::IODEF::PhraudReport - Perl extension for Extending XML::IODEF to use with Phishing Extensions

SYNOPSIS

 use XML::IODEF::PhraudReport;
 my $report = XML::IODEF::PhraudReport->new();
 my $root = 'IncidentIncidentDataEventDataAddionalDataPhraudReport';
 $report->add($root.'FraudType','phishingemail');
 $report->out();
 
 see the 'examples' dir for more examples, XML::IODEF for more doc

DESCRIPTION

This is the July 30, 2008 implementation of:

 Extensions to the IODEF-Document Class for Reporting Phishing, Fraud, and Other Crimeware. 
 

EXPORT

None by default.

SEE ALSO

 XML::IODEF
 
 http://www.ietf.org/internet-drafts/draft-cain-post-inch-phishingextns-05.txt

AUTHOR

claimid.com/wesyoung, <saxjazman@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Wes Young (saxjazman@cpan.org)

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.