Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhoon00 authored Sep 3, 2023
1 parent 32a50d0 commit f8e4d76
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,42 +29,43 @@ for data in extracted_data:

## Output

```python
```json
{
'type': 'http',
'timestamp': '2023-06-19T01:24:36.560391Z',
'elb': 'app/crawling-ALB/df7b42c830cab31c',
'client_ip': '185.254.196.173',
'clent_port': '55646',
'target_ip': '172.31.1.83',
'target_port': '80',
'request_processing_time': '0.012',
'target_processing_time': '0.001',
'response_processing_time': '0.000',
'elb_status_code': '404',
'target_status_code': '404',
'received_bytes': '231',
'sent_bytes': '3828',
'request_method': 'GET',
'url': 'http://15.165.214.35:80/.env',
'http_version': 'HTTP/1.1',
'user_agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36',
'ssl_cipher': '-',
'ssl_protocol': '-',
'target_group_arn': 'arn:aws:elasticloadbalancing:ap-northeast-2:375350317796:targetgroup/crawling-TG/02bacd9ef5e3c0ab',
'trace_id': 'Root=1-648fae54-2521fdf43f8d31f87fc9061b',
'domain_name': '-',
'chosen_cert_arn': '-',
'matched_rule_priority': '0',
'request_creation_time': '2023-06-19T01:24:36.547000Z',
'actions_executed': 'waf,forward',
'redirect_url': '-',
'error_reason': '-',
'target_port_list': '172.31.1.83:80',
'target_status_code_list': '404',
'classification': '-',
'classification_reason': '-'
"type": "http",
"timestamp": "2023-06-19T01:24:36.560391Z",
"elb": "app/crawling-ALB/df7b42c830cab31c",
"client_ip": "185.254.196.173",
"clent_port": "55646",
"target_ip": "172.31.1.83",
"target_port": "80",
"request_processing_time": "0.012",
"target_processing_time": "0.001",
"response_processing_time": "0.000",
"elb_status_code": "404",
"target_status_code": "404",
"received_bytes": "231",
"sent_bytes": "3828",
"request_method": "GET",
"url": "http://15.165.214.35:80/.env",
"http_version": "HTTP/1.1",
"user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36",
"ssl_cipher": "-",
"ssl_protocol": "-",
"target_group_arn": "arn:aws:elasticloadbalancing:ap-northeast-2:375350317796:targetgroup/crawling-TG/02bacd9ef5e3c0ab",
"trace_id": "Root=1-648fae54-2521fdf43f8d31f87fc9061b",
"domain_name": "-",
"chosen_cert_arn": "-",
"matched_rule_priority": "0",
"request_creation_time": "2023-06-19T01:24:36.547000Z",
"actions_executed": "waf,forward",
"redirect_url": "-",
"error_reason": "-",
"target_port_list": "172.31.1.83:80",
"target_status_code_list": "404",
"classification": "-",
"classification_reason": "-"
}

```

## License
Expand Down

0 comments on commit f8e4d76

Please sign in to comment.