You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

In incident handling proper communication channels are paramount, the function of these should frequently be assessed.

In  communication the standard tool is still e-mail, sometimes in combination with a ticket system and/or  with extensions, like cryptographic signing, or encrypted communications.

While the e-mail and ticket systems used do not change often, the contact addresses are rather dynamic and need regular verification.

Any support team responsible for the coordination of activities, like incident coordination need to know about he status of the used communication channels.

A way to assess the foundation of the communication channels is to run so called communication challenges, see for example https://wise-community.org/sccc/ , or the reaction tests exercised in Geants TF-CSIRT.


Communication Challenge Toolset

The used toolset is developed by EGI CSIRT and adapted to the more generic situation we have in eduGAIN. It consists of

  • a webserver with a edugain.org server certificate.
  • unique url generator.
  • script to generate the "personalized" challenge message send to the participants.
  • evaluation is done based on analysis of web server logs (access times of the unique urls) and the timestamps of the mail send to the participants
  • the anonymized results will be available  in graphical format on the webserver

Needed Input

Recipients list

the contact  addresses for the various entities should be provided in a csv file, like:

contact@entity-1.edu,entity-1


Contact email and participant is required. Ideally the contact email is a team address and is monitored by multiple people.

Mail template (participants)

Dear {NAME},

you have received this message to verify the security contact data set in
 <WHERE THE ADDRESS IS MAINTAINED> for your <federation/service>.

Please confirm that this contact is still correct by clicking the following 
URL and following the instructions:
  https://challenge.edugain.org/{UNIQUE_URL}

No further action is required except for the above. 

Sincerely yours, <NAME_SENDER>

The content in "{ }" willbe automatically filled by the communication challenge tool-set based on the participants csv file.

Make sure to replace "< >" with meaningful input.

Expected results

  • list of valid contact addresses
  • list of invalid contact addresses
  • reaction times of the participants

Communication challenge process

  1. prepare input files (see Needed input)
  2. announcement of the challenge by the entity coordinating the activities in the challenged community, ca 1 week before the run (optional)
  3. start the challenge, send the messages with the instructions (see mail template).
  4. close the challenge 1 week after sending the message, any reply taking more then a week is probably useless in incident response.
  5. Send the result graphic (anonymized) to recipients
  6. Follow up on non reacting participants,  wrong contact addresses mentioned within the challenge related communications, or unexpected effects of different ticket systems eventually used by different participants.



  • No labels