mirror of
https://github.com/0xsrb/AASRT.git
synced 2026-06-04 09:58:05 +02:00
Initial commit: AASRT v1.0.0 - AI Agent Security Reconnaissance Tool
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
"""Enrichment modules for AASRT.
|
||||
|
||||
This module contains data enrichment capabilities:
|
||||
- ClawSec threat intelligence integration
|
||||
- (Future) WHOIS lookups
|
||||
- (Future) Geolocation
|
||||
- (Future) SSL/TLS certificate analysis
|
||||
- (Future) DNS records
|
||||
"""
|
||||
|
||||
from .clawsec_feed import ClawSecFeedManager, ClawSecFeed, ClawSecAdvisory
|
||||
from .threat_enricher import ThreatEnricher
|
||||
|
||||
__all__ = [
|
||||
'ClawSecFeedManager',
|
||||
'ClawSecFeed',
|
||||
'ClawSecAdvisory',
|
||||
'ThreatEnricher'
|
||||
]
|
||||
Reference in New Issue
Block a user