Skip to content

Commit 1de959e

Browse files
authored
Add files via upload
1 parent 540681e commit 1de959e

1 file changed

Lines changed: 46 additions & 1 deletion

File tree

README.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Findings
233233
}
234234
```
235235

236-
236+
### Example: JSON Report Shape 8.8.8.8
237237
```json
238238
{
239239
"subject": {
@@ -323,6 +323,51 @@ Findings
323323
}
324324
```
325325

326+
### Example: JSON Report Shape AS15169
327+
```json
328+
{
329+
"subject": {
330+
"type": "asn",
331+
"value": "AS15169"
332+
},
333+
"status": "resolved",
334+
"facts": [
335+
{
336+
"key": "origin_asn",
337+
"value": {
338+
"asn": "AS15169",
339+
"org": "Google LLC"
340+
},
341+
"confidence": "high",
342+
"based_on": [
343+
"asn_org"
344+
],
345+
"sources": [
346+
"ASNforge"
347+
]
348+
}
349+
],
350+
"findings": [
351+
{
352+
"title": "Origin ASN context",
353+
"meaning": "Routing evidence links this prefix or ASN to public network infrastructure.",
354+
"caveat": "ASN ownership describes infrastructure, not the person using traffic from it.",
355+
"confidence": "high",
356+
"sources": [
357+
"ASNforge"
358+
]
359+
}
360+
],
361+
"source_freshness": {
362+
"ASNforge": "26m0s"
363+
},
364+
"confidence": "high",
365+
"sources": [
366+
"ASNforge"
367+
]
368+
}
369+
```
370+
326371
---
327372

328373
## Outputs and Artifacts

0 commit comments

Comments
 (0)