Source: factory.core/ObjInet.py
| Method | Signature | Description |
|---|---|---|
| get_host_name | get_host_name() -> str |
|
| get_ip_external | get_ip_external() -> str |
|
| get_ip_address | get_ip_address() -> str |
|
| get_host_ip_address | get_host_ip_address(host: str) -> str |
|
| get_proxmox_auth_token | get_proxmox_auth_token(proxmox_host: str, username: str, password: str) -> Tuple[str, str] |
|
| get_containers | get_containers(proxmox_host: str, ticket: str, csrf_token: str) -> List[Dict[str, Any]] |
|
| get_container_status | get_container_status(proxmox_host: str, ticket: str, csrf_token: str, container_id: str, node: str = 'beast') -> Dict[str, Any] |
|
| proxmox_get_peers | proxmox_get_peers() -> None |
|
| netbird_get_peers | netbird_get_peers(api_key: str = '') -> None |
|
| set_cloudflare | set_cloudflare(hosts = [], zone_name = '', external_ip = '', api_key = '', api_email = '') |
|
| Read | Read(Ip) |
|
| Create | Create(Ip) |
|
| Lookup | Lookup(Ip = '69.59.196.211') |
|
| Block | Block(Ip = '') |
|
| geo_lookup | geo_lookup(Ip = '69.59.196.211') |
|
| Scansys_Weblog | Scansys_Weblog(Limit = 0) |
|
| Update | Update() |
|
| scan_blocks | scan_blocks() |
|
| investigate_ip | investigate_ip(ip: str) -> Dict[str, Any] |
Comprehensive IP intelligence. |
| reverse_ip_lookup | reverse_ip_lookup(ip: str) -> Dict[str, Any] |
Find all DNS records associated |
| investigate_domain | investigate_domain(domain: str) -> Dict[str, Any] |
Comprehensive domain intelligence. |
| Method | Signature | Description |
|---|---|---|
| Lookup | Lookup(Agent) |
|
| Scansys_Weblog | Scansys_Weblog() |
Full IP intelligence report.
Full domain intelligence report.