MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / get_host_details

Method get_host_details

traffic_analyzer.py:1671–1676  ·  view source on GitHub ↗

Get detailed stats for a specific host

(self, ip: str)

Source from the content-addressed store, hash-verified

1669 )
1670
1671 self.alerts.append(alert)
1672
1673 # Trigger callbacks
1674 for callback in self._on_alert_callbacks:
1675 try:
1676 callback(alert)
1677 except Exception as e:
1678 logger.error(f"Alert callback error: {e}")
1679

Callers 1

get_traffic_host_detailsFunction · 0.80

Calls 1

to_dictMethod · 0.45

Tested by

no test coverage detected