element('img', array('id' => $event['Event']['orgc'])); } ?>

Event

ID
 
Uuid
 
Org
 
Owner org
 
Email
 
Date
 
>Risk
 
>Analysis
 
Distribution
 
Info
 
Published
 

Attributes

Category Type Value Related Events IDS Signature Distribution Actions
Html->link($filename, array('controller' => 'attributes', 'action' => 'download', $attribute['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'attributes', 'action' => 'download', $attribute['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($attribute['type'], '|') !== false) { $filenameHash = explode('|', $attribute['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $attribute['type']) { echo $this->Html->link(h($sigDisplay), 'http://www.google.com/search?q=' . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $attribute['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { echo nl2br(h($sigDisplay)); } ?> '; if ($relatedAttribute['org'] == $me['org']) { echo $this->Html->link($relatedAttribute['id'], array('controller' => 'events', 'action' => 'view', $relatedAttribute['id']), array ('class' => 'SameOrgLink')); } else { echo $this->Html->link($relatedAttribute['id'], array('controller' => 'events', 'action' => 'view', $relatedAttribute['id'])); } echo ""; echo ' '; } } ?> 
Html->link($filename, array('controller' => 'attributes', 'action' => 'download', $shadowAttribute['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'attributes', 'action' => 'download', $shadowAttribute['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($shadowAttribute['type'], '|') !== false) { $filenameHash = explode('|', $shadowAttribute['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $shadowAttribute['type']) { echo $this->Html->link(h($sigDisplay), 'http://www.google.com/search?q=' . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $shadowAttribute['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { echo h($sigDisplay); } } ?>
Html->link($filename, array('controller' => 'shadow_attributes', 'action' => 'download', $remain['ShadowAttribute']['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'shadow_attributes', 'action' => 'download', $remain['ShadowAttribute']['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($remain['ShadowAttribute']['type'], '|') !== false) { $filenameHash = explode('|', $remain['ShadowAttribute']['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $remain['ShadowAttribute']['type']) { echo $this->Html->link(h($sigDisplay), 'http://www.google.com/search?q=' . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $remain['ShadowAttribute']['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { echo h($sigDisplay); } ?>